You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
When a node had been paused due to pause_minority and later restored rabbit_clustere:status reports "Cluster is booting". Although the cluster is alive and all nodes including this one are part of the cluster. rabbitmqctl cluster_status shows correct output. I looked at the plugin code and looks like it gets zero notification in this case. RabbitMQ restart is controlled by rabbit itself.
How to reproduce:
Build a cluster using the plugin and set pause_minority
Using iptables drop connectivity of one node to other cluster members and wait until it pauses
Remove iptables rules to restore the connectivity
Check that rabbitmqctl eval 'rabbit_clusterer:status().' returns incorrect status.
The text was updated successfully, but these errors were encountered:
rabbitmq-clusterer only covers initial cluster formation, not ongoing cluster operations. After the clusterer started cluster nodes, it has absolutely no effect on or awareness of how clustering works.
When a node had been paused due to pause_minority and later restored rabbit_clustere:status reports "Cluster is booting". Although the cluster is alive and all nodes including this one are part of the cluster. rabbitmqctl cluster_status shows correct output. I looked at the plugin code and looks like it gets zero notification in this case. RabbitMQ restart is controlled by rabbit itself.
How to reproduce:
The text was updated successfully, but these errors were encountered: