Bug 1144100
| Summary: | rabbitmq restarts fail randomly | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Ben Nemec <bnemec> |
| Component: | rabbitmq-server | Assignee: | John Eckersberg <jeckersb> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | bnemec, dhill, erlang, extras-qa, hubert.plociniczak, imcleod, iwienand, jeckersb, josh, lemenkov, lnie, ohadlevy, redhat-bugzilla, rjones, s |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rabbitmq-server-3.3.5-4.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1059028 | Environment: | |
| Last Closed: | 2015-01-06 02:09:08 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1059028 | ||
| Bug Blocks: | |||
|
Description
Ben Nemec
2014-09-18 16:25:02 UTC
I just ran into this issue. RHEL 7 Openstack has upgraded to 3.3.5-2. I recompiled the rabbitmq-server 3.3.5-2 fc22 src.rpm from koji, and it fixed my issue. This is being seen in upstream testing for openstack
---
2014-12-15 19:16:20.015 | ++ sudo rabbitmqctl list_users
2014-12-15 19:16:20.239 | Error: unable to connect to node 'rabbit@devstack-centos7-rax-iad-100675': nodedown
2014-12-15 19:16:20.249 |
2014-12-15 19:16:20.249 | DIAGNOSTICS
2014-12-15 19:16:20.249 | ===========
2014-12-15 19:16:20.249 |
2014-12-15 19:16:20.249 | nodes in question: ['rabbit@devstack-centos7-rax-iad-100675']
2014-12-15 19:16:20.250 |
2014-12-15 19:16:20.250 | hosts, their running nodes and ports:
2014-12-15 19:16:20.250 | - devstack-centos7-rax-iad-100675: [{rabbitmqctl29293,39511}]
2014-12-15 19:16:20.250 |
2014-12-15 19:16:20.250 | current node details:
2014-12-15 19:16:20.250 | - node name: 'rabbitmqctl29293@devstack-centos7-rax-iad-100675'
2014-12-15 19:16:20.250 | - home dir: /var/lib/rabbitmq
2014-12-15 19:16:20.250 | - cookie hash: KieJnx1pnllKbHVihGcDqA==
2014-12-15 19:16:20.250 |
2014-12-15 19:16:20.256 | + out='Listing users ...'
2014-12-15 19:16:20.256 | + echo 'failed to list users'
---
This happens somewhat frequently on our centos 7 jobs (can search on [1] to see examples)
[1] http://logstash.openstack.org
rabbitmq-server-3.3.5-3.el7 has been submitted as an update for Fedora EPEL 7. https://admin.fedoraproject.org/updates/rabbitmq-server-3.3.5-3.el7 Package rabbitmq-server-3.3.5-3.el7: * should fix your issue, * was pushed to the Fedora EPEL 7 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing rabbitmq-server-3.3.5-3.el7' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4742/rabbitmq-server-3.3.5-3.el7 then log in and leave karma (feedback). rabbitmq-server-3.3.5-4.el7 has been submitted as an update for Fedora EPEL 7. https://admin.fedoraproject.org/updates/rabbitmq-server-3.3.5-4.el7 rabbitmq-server-3.3.5-4.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. This created bugs in Ubuntu Vivid. See : https://review.openstack.org/#/c/191090/ |