Node statisics or Queue information not available in the cluster node #4270
Replies: 2 comments
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
Please upgrade all nodes to a recent patch version and see node logs. For some metrics, a relevant feature flag must be enabled. Nodes from two years may or may not support it. But all evidence is that stats data stores or inter-node stats query API in those two version may be subtly different. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a 5 node rabbitmq cluster running on rabbitmq version 3.8.5, erlang version 21.3.


I add a 6th node into the cluster running on rabbitmq version 3.8.27 erlang version 24.2.2
There's an issue w.r.t the management UI.
Management UI of the existing cluster
Node statistics of the 6th node rabbit@g-lambda-lambda-rabbitmq-rabbitmq-a-2002 aren't available.
Management UI of the new node
Node statistics of only the 6th node i.e. rabbit@g-lambda-lambda-rabbitmq-rabbitmq-a-2002 are available.
Also, a similar issue is seen with the queues page as well. The information for the queues for which the 6th node (rabbit@g-lambda-lambda-rabbitmq-rabbitmq-a-2002) is the leader, shows up as NaN in the management UI of the existing cluster.

While the management UI of the 6th node only shows the information for the queues for which it is the leader and NaN for the rest.
A similar issue was also posted by someone else on StackOverflow in 2021 but didn't find a concrete answer to it. https://stackoverflow.com/questions/69881325/rabbitmq-node-statistics-not-available-in-cluster-node.I had posted the same question on the rabbitmq users google group but haven't received a response yet.
https://groups.google.com/g/rabbitmq-users/c/GnMCIpVTE9U
Beta Was this translation helpful? Give feedback.
All reactions