Unsynchronized queues impossible to remove #11674
Unanswered
cpuydebois
asked this question in
Questions
Replies: 0 comments
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.
-
Hello,
We have a 3-node cluster in version 3.13.4 with around 3,500 queues (Mirrored Classic Queues).
Among these queues, a handful are marked as being out of sync with one of the mirrors.
It is impossible to resynchronize or even delete the affected queues, either via the web console or the CLI.
Details of a queue :

With CLI, the command
rabbitmqctl cancel_sync_queue <my queue>
failed with this message :and the command
rabbitmqctl delete_queue <my queue>
never finishes ...Consumers, who usually create their queues automatically at start-up, systematically fall into error here:
How can we restore the situation with these queues that seem corrupted?
We can't migrate to quorum queues at the moment...
Thanks
Beta Was this translation helpful? Give feedback.
All reactions