Long running Queue list in rabbitmq GUI since migrating to Quorum queues in 3.11.x #9817
-
Starting with 3.11.1 we switched most of our queues from Classic to Quorum. The total number of queues and the ha-params configuration are almost the same. Its a three node cluster. We noticed that the time to list the queues in rabbitmq GUI did much increases. It takes round about a minute to get a result of queues lists. The number of queues we use are between 15 K up to 25 K. This effect doesn' t changes with any rabbitmq updates even there are made any performance benefits for Quorum queues. The actual version we are using is 3.11.17. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
This sounds like a duplicate of #9518. Are there any currently down cluster peers or former cluster members that could have been removed? |
Beta Was this translation helpful? Give feedback.
-
With that many queues I could well imagine it getting a bit slow compared to classic queues. What made you use 15k Quorum queues? The code I suspect is responsible is |
Beta Was this translation helpful? Give feedback.
This sounds like a duplicate of #9518.
Are there any currently down cluster peers or former cluster members that could have been removed?