Replies: 2 comments
-
Hi, The problem continues, When I checked logs again, I see calls for election, but no leader selection. In that log for QDAILY voting has been done and granting for rabbit1 node, but the node can not be leader, voting keeps repeating.;
|
Beta Was this translation helpful? Give feedback.
-
We do not have enough information to suggest anything specific. You haven't shared the RabbitMQ version used, logs from all nodes and a set of steps to perform to reproduce this behavior. The log snippet provided does not really tell anything beyond the fact that a node was down and election timeout (a Raft term) was set. A quorum queue will not be available if a majority of its replicas is not online. A QQ with three replicas (which is the default regardless of cluster size) two of which were stopped will only have an online minority. Note that it does not matter how many cluster nodes you have, I am talking about QQ replicas. Having five nodes along is not enough, they all must have replicas placed on them. When nodes are replaced, those replicas must be explicitly removed and the new ones added. This is documented in more detail in the Upgrades guide. This feature in QQs in 3.13 should also be relevant for cases where nodes are added and removed (not stopped without explicit removal). |
Beta Was this translation helpful? Give feedback.
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 have 5 node RabbitMQ cluster. I use 5 nodes quorum queues. When I shut down 2 of nodes some of my queues does not work.
I expect one of the 3 remaining nodes to become the leader and the queue to remain active. But some queues was disabled.
I have 3 active nodes in quorum but none of them took the queue after shutting down 2 nodes.
When I checked the logs, i see that for disabled queues:
How can I fix it?
Beta Was this translation helpful? Give feedback.
All reactions