Shovel status page in Management UI does not list shovels #4680
-
RabbitMQ version : 3.9.8 Hi Everyone, I am currently facing issue with shovel status in RabbitMQ cluster (7-node) . We had network partition issues which we resolved by doing a rolling restart of all the nodes. After this was done, In the management UI, shovel status page shows no shovels present. We had near to 30 shovels present before. Tried in each of the cluster node too using the query rabbitmqctl shovel_status. It gives the below error Error: Note :
Any help regarding this issue will be appreciated. We tried reproducing this too but were unable to do so. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
What's in the logs? Are you sure you are hitting the node that hosts the Shovel? #4242 can be highly relevant. It will ship in |
Beta Was this translation helpful? Give feedback.
-
Hi Michael, Thanks for taking time and responding to this issue. All shovels were present on Node 5 of 7-Node cluster. The partition issue was resolved by force terminating the rabbit instance on Node 5 and a rolling restart of all the 7 nodes. I think during this restart some plugin issue has happened that might have caused issue in shovel_status management UI. Even the rabbitmqctl command for shovel status too gives the error as I mentioned in the initial discussions
Can this issue be fixed by disabling and enabling both the rabbitmq_shovel and rabbitmq_shovel_management plugin ? |
Beta Was this translation helpful? Give feedback.
-
We tried stopping and starting one of the rabbitmq-server in the 7-Node cluster and shovels status started displaying on the shovel status page in the management UI and via rabbitmqctl commands. Thank you for your time in responding to our queries. |
Beta Was this translation helpful? Give feedback.
We tried stopping and starting one of the rabbitmq-server in the 7-Node cluster and shovels status started displaying on the shovel status page in the management UI and via rabbitmqctl commands.
Thank you for your time in responding to our queries.