https://bugzilla.redhat.com/show_bug.cgi?id=1059028
Bug ID: 1059028 Summary: rabbitmq restarts fail randomly Product: Fedora Version: 20 Component: rabbitmq-server Assignee: hubert.plociniczak@gmail.com Reporter: imcleod@redhat.com QA Contact: extras-qa@fedoraproject.org CC: erlang@lists.fedoraproject.org, hubert.plociniczak@gmail.com, lemenkov@gmail.com, skottler@redhat.com
Description of problem:
I originally encountered this issue when installing OpenStack via devstack but have since been able to reproduce it by simply executing commands inside of a fresh F20 install.
Version-Release number of selected component (if applicable):
rabbitmq-server-3.1.5-1.fc20.noarch
How reproducible:
Occurs regularly but not 100% of the time
Steps to Reproduce:
/sbin/service rabbitmq-server stop /sbin/service rabbitmq-server start rabbitmqctl change_password guest newpassword
Actual results:
About half the time, on a freshly installed F20, this will fail, claiming the node cannot be contacted. A typical error message:
[root@cob-dell5 ~]# rabbitmqctl change_password guest ozrootpw Changing password for user "guest" ... Error: unable to connect to node 'rabbit@cob-dell5': nodedown
DIAGNOSTICS ===========
nodes in question: ['rabbit@cob-dell5']
hosts, their running nodes and ports: - cob-dell5: [{rabbitmqctl2648,48609}]
current node details: - node name: 'rabbitmqctl2648@cob-dell5' - home dir: /var/lib/rabbitmq - cookie hash: 8DNoVu56TqDYWypW7YXDJw==
Expected results:
Changing password for user "guest" ... ...done.