Replies: 1 comment
-
"Stopped" means that that a queue process successfully terminated. For transient queues this probably involved migration to another node but due to node disconnection the state was not updated. Since the queue is transient, sounds like deleting it and allowing the apps to re-declare/rebind them would be one option. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Environment:
Reproduction
=> causing network partitions in cluster and permanent errors (saying: queue home node down or inaccessible)
=> errors went away
Analysis
Both Admin-UI and
rabbitmqctl list_queues
showing the queue as "stopped" and show no other information.All RMQ nodes in the cluster are showing the same queue state. No PID is shown.
BUT these queues are working and permanently consuming and publish messages.
It seems like only metrics are not working for these queues.
rabbitmqctl list_unresponsive_queues
andrabbitmqctl list_queues --offline
do not show these queues.Questions
Beta Was this translation helpful? Give feedback.
All reactions