Comment 6 for bug 1714150

Revision history for this message
Ignatious Johnson Christopher (ijohnson-x) wrote :

Issue:
=======

As per the rabbitmq is started in nodec2 and nodec3 at the same time, which caused two different clusters.

NODEC2 LOGS
===========
root@nodec2(controller):/# cat /var/log/rabbitmq/rabbit\@nodec2.log

=INFO REPORT==== 19-Sep-2017::12:41:10 ===
Starting RabbitMQ 3.5.7 on Erlang 18.3
Copyright (C) 2007-2015 Pivotal Software, Inc.
Licensed under the MPL. See http://www.rabbitmq.com/

=INFO REPORT==== 19-Sep-2017::12:41:10 ===
node : rabbit@nodec2
home dir : /var/lib/rabbitmq
config file(s) : /etc/rabbitmq/rabbitmq.config
cookie hash : tBHK3P2Wa419qrcxZV75DQ==
log : /<email address hidden>
sasl log : /<email address hidden>
database dir : /var/lib/rabbitmq/mnesia/rabbit@nodec2

=INFO REPORT==== 19-Sep-2017::12:41:10 ===
Memory limit set to 12859MB of 32147MB total.

=INFO REPORT==== 19-Sep-2017::12:41:10 ===
Disk free limit set to 50MB

=INFO REPORT==== 19-Sep-2017::12:41:10 ===
Limiting to approx 65436 file handles (58890 sockets)

=INFO REPORT==== 19-Sep-2017::12:41:10 ===
FHC read buffering: ON
FHC write buffering: ON

=INFO REPORT==== 19-Sep-2017::12:41:10 ===
Database directory at /var/lib/rabbitmq/mnesia/rabbit@nodec2 is empty. Initialising from scratch...

=WARNING REPORT==== 19-Sep-2017::12:41:10 ===
Could not auto-cluster with rabbit@nodec1: {badrpc,nodedown}

=WARNING REPORT==== 19-Sep-2017::12:41:10 ===
Could not auto-cluster with rabbit@nodec3: {error,tables_not_present}

=WARNING REPORT==== 19-Sep-2017::12:41:10 ===
Could not find any node for auto-clustering from: [rabbit@nodec1,
                                                   rabbit@nodec2,
                                                   rabbit@nodec3]
Starting blank node...

NODEC3 LOGS
===========

root@nodec3(controller):/# cat /var/log/rabbitmq/rabbit\@nodec3.log

=INFO REPORT==== 19-Sep-2017::12:41:10 ===
Starting RabbitMQ 3.5.7 on Erlang 18.3
Copyright (C) 2007-2015 Pivotal Software, Inc.
Licensed under the MPL. See http://www.rabbitmq.com/

=INFO REPORT==== 19-Sep-2017::12:41:10 ===
node : rabbit@nodec3
home dir : /var/lib/rabbitmq
config file(s) : /etc/rabbitmq/rabbitmq.config
cookie hash : tBHK3P2Wa419qrcxZV75DQ==
log : /<email address hidden>
sasl log : /<email address hidden>
database dir : /var/lib/rabbitmq/mnesia/rabbit@nodec3

=INFO REPORT==== 19-Sep-2017::12:41:10 ===
Memory limit set to 12859MB of 32147MB total.

=INFO REPORT==== 19-Sep-2017::12:41:10 ===
Disk free limit set to 50MB

=INFO REPORT==== 19-Sep-2017::12:41:10 ===
Limiting to approx 65436 file handles (58890 sockets)

=INFO REPORT==== 19-Sep-2017::12:41:10 ===
FHC read buffering: ON
FHC write buffering: ON

=INFO REPORT==== 19-Sep-2017::12:41:10 ===
Database directory at /var/lib/rabbitmq/mnesia/rabbit@nodec3 is empty. Initialising from scratch...

=WARNING REPORT==== 19-Sep-2017::12:41:10 ===
Could not auto-cluster with rabbit@nodec1: {badrpc,nodedown}

=WARNING REPORT==== 19-Sep-2017::12:41:10 ===
Could not auto-cluster with rabbit@nodec2: {error,tables_not_present}

=WARNING REPORT==== 19-Sep-2017::12:41:10 ===
Could not find any node for auto-clustering from: [rabbit@nodec1,
                                                   rabbit@nodec2,
                                                   rabbit@nodec3]
Starting blank node...