Comment 5 for bug 1793269

Revision history for this message
Sathish Holla (sathishholla) wrote :

It looks like there's a rabbitMQ cluster partition on the controllers.
Active schema exists at Nodeg31. The rabbitMQ on this node is not part of the RabbitMQ cluster where other two nodes are part of.

root@nodeg12:/# rabbitmqctl cluster_status
Cluster status of node contrail@nodeg12
[{nodes,[{disc,[contrail@nodec58,contrail@nodeg12]}]},
 {running_nodes,[contrail@nodec58,contrail@nodeg12]}, <==== Here, only nodec58 and nodeg12 are part of cluster
 {cluster_name,<<"<email address hidden>">>},
 {partitions,[]},
 {alarms,[{contrail@nodec58,[]},{contrail@nodeg12,[]}]}]
root@nodeg12:/#

root@nodeg31:/# rabbitmqctl cluster_status
Cluster status of node contrail@nodeg31
[{nodes,[{disc,[contrail@nodeg31]}]},
 {running_nodes,[contrail@nodeg31]}, <==== Here, only nodeg31 is part of the cluster.
 {cluster_name,<<"<email address hidden>">>},
 {partitions,[]},
 {alarms,[{contrail@nodeg31,[]}]}]
root@nodeg31:/#

root@nodec58:/# rabbitmqctl cluster_status
Cluster status of node contrail@nodec58
[{nodes,[{disc,[contrail@nodec58,contrail@nodeg12]}]},
 {running_nodes,[contrail@nodeg12,contrail@nodec58]},
 {cluster_name,<<"<email address hidden>">>},
 {partitions,[]},
 {alarms,[{contrail@nodeg12,[]},{contrail@nodec58,[]}]}]
root@nodec58:/#