Hello fellow users,
We had an issue where client connections were timing out. When we looked into the cause we saw these messages in the logs:
2022-05-07 20:39:02.698 [warning] <0.25758.56> Mirrored queue 'item-sync.process-item-bucket-6.delay.1000' in vhost 'item-sync': Missing 'DOWN' message from <21957.1398.4594> in node 'rabbit@rmq-item-sync1-2a'
2022-05-07 20:39:04.236 [warning] <0.32465.56> Mirrored queue 'item-sync.process-item-bucket-5.delay.1000' in vhost 'item-sync': Missing 'DOWN' message from <21957.23285.7862> in node 'rabbit@rmq-item-sync1-2a
'2022-05-07 20:39:04.352 [warning] <0.19240.58> Mirrored queue 'item-sync.process-item-bucket-4.delay.1000' in vhost 'item-sync': Missing 'DOWN' message from <21957.27477.3298> in node 'rabbit@rmq-item-sync1-2a'
2022-05-07 20:39:05.772 [warning] <0.2834.58> Mirrored queue 'item-sync.process-item-bucket-7.delay.1000' in vhost 'item-sync': Missing 'DOWN' message from <21957.27381.4511> in node 'rabbit@rmq-item-sync1-2a'
This was from a node named rmq-item-sync1-4a, complaining about the remote node. We resolved it by restarting the problem node (2a) and haven't seen it come back yet. We would still like to figure out the cause so we can prevent this in the future, but I couldn't find anything definitive when searching for this error message.
Thanks!