Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

rabbit_clusterer:status() returns "Clusterer is booting" after a node was restarted due to pause_minority #7

@kkalin78

Description

@kkalin78

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:

  1. Build a cluster using the plugin and set pause_minority
  2. Using iptables drop connectivity of one node to other cluster members and wait until it pauses
  3. Remove iptables rules to restore the connectivity
  4. Check that rabbitmqctl eval 'rabbit_clusterer:status().' returns incorrect status.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions