RabbitMQ 3.8: basic.consume fails early on node boot before QQ leader is elected #10071
-
Describe the bugUsing single-node rabbitmq's Quorum Queues (qq), but leader not known appears. Command will be forwarded once leader is known. Reproduction steps
Expected behaviorqq always in leader Additional contextusing |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
This problem is not inevitable, but it is easy to occur on some machines. |
Beta Was this translation helpful? Give feedback.
-
RabbitMQ 3.8 is completely out of support. Upgrading is the only thing we can recommend. |
Beta Was this translation helpful? Give feedback.
-
There is a hint in the stack trace. This happens in a |
Beta Was this translation helpful? Give feedback.
There is a hint in the stack trace. This happens in a
basic.consume
method handler, so delaying registering consumers on newly created QQs may serve as a temporary solution until you can upgrade to 3.12.10.