Replies: 1 comment 3 replies
-
Your node may be hovering around the open file handle limit, so no new connections would be possible. Quorum queues use the disk much more frequently than classic queues. None the of the It may also be out of CPU resources since every queue consumes some, even if it's just to emit metrics or communicate with other replicas. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Tried Quorum queues on a
cluster of 3 nodes
( running
RabbitMQ 3.8.28
anderlang 24.2
)the application ( Openstack ) create more than 3000 quorum queues in multiple VHOSTs
after creating the quorum queues on the cluster
rabbitmqctl cluster_status
show a healthy clusterrabbitmq-diagnostics check_virtual_hosts
all runningrabbitmq-diagnostics discover_peers --timeout 60
works finerabbitmq-diagnostics is_running
fully runningBut the
rabbitmqctl list_unresponsive_queues --vhost <vhost>
Removing the quroum queues and returning to the Classic Queues ( no replication )
Tried to increase the following configurations
Am I missing something, or some configuration i missed
Beta Was this translation helpful? Give feedback.
All reactions