Replies: 2 comments 5 replies
-
Hi, I saw this issue (I think) today and was able to fix it by running: Note: It started on RabbitMQ 3.8.5 and I upgraded it to 3.8.23 before running the commands for re-elections. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Please retest with 3.9.9. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was testing quorum queues and I had this setup:
3 node, single queue with a million 2kb messages.
I was doing a rolling restart, and I was also dropping the storage from the restarted node, which meant that when the follower came up it was empty.
Seemingly everything went fine, if i restart a single node, nothing really happens, but when I publish the first message the memory usage jumps very high - i guess this triggers a resync.
If I just restart all three nodes in sequence without publishing a message then the queue "crashes" and displays:
2021-03-25 08:39:50.953 [info] <0.583.0> queue 'test' in vhost '/': leader call - leader not known. Command will be forwarded once leader is known.
Probably there are some issues catching up existing followers when they lost state? Tested with 3.8.9, with policy of 10MB max message contents in memory.
Beta Was this translation helpful? Give feedback.
All reactions