Replies: 1 comment 1 reply
-
consumer capacity is one of those things that don't really tell you any more than just looking at the ready messages so it is very likely to just disappear in the future. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi team,
We noticed some strange behaviours with consumer capacity metrics with quorum queues.
For classic queues, the value is much more sensible provided the traffic is fluctuating very near the actual consumer capacity regardless of the RabbitMQ version.
On further investigation it seems that when rabbit_fifo v2 was introduced, the
{aux, active}
and{aux, inactive}
effects are no longer appended which means thatrabbitmq-server/deps/rabbit/src/rabbit_fifo.erl
Line 1089 in fba3329
I used the following to test:
Start a rabbit server on the desired version, then use the following perf-test to generate a traffic that fluctuates around the consumer capacity.
For QQs:
For classic queues:
Beta Was this translation helpful? Give feedback.
All reactions