Bug 1310245
Summary: | AMQP connection doesn't recover after rabbitmq-server restart | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | John Prause <jprause> |
Component: | Providers | Assignee: | Ladislav Smola <lsmola> |
Status: | CLOSED ERRATA | QA Contact: | Ola Pavlenko <opavlenk> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 5.4.0 | CC: | brant.evans, clasohm, cpelland, dajohnso, gblomqui, gfa, jfrey, jhardy, jocarter, jprause, lsmola, mcornea, mfeifer, mfuruta, obarenbo, psavage, ssainkar |
Target Milestone: | GA | Keywords: | ZStream |
Target Release: | 5.5.3 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | retest:openstack:event | ||
Fixed In Version: | 5.5.3.2 | Doc Type: | Bug Fix |
Doc Text: |
Previously, the AMQP connection did not recover after rabbitmq-server restart. This was because the previous Bunny gem couldn't handle a reconnect when AMQP service got restarted. This patch updated the Bunny gem and the AMQP connection now recovers as expected.
|
Story Points: | --- |
Clone Of: | 1222005 | Environment: | |
Last Closed: | 2016-04-13 18:44:41 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: | 1222005, 1310248 | ||
Bug Blocks: | 1291721 |
Comment 2
Ladislav Smola
2016-03-07 12:46:53 UTC
New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=564108ee801d389b433777936eb9824b1dad81c2 commit 564108ee801d389b433777936eb9824b1dad81c2 Merge: 934d6fa b1ab130 Author: Greg Blomquist <gblomqui> AuthorDate: Fri Mar 11 09:41:15 2016 -0500 Commit: Greg Blomquist <gblomqui> CommitDate: Fri Mar 11 09:41:15 2016 -0500 Merge branch 'bz1310245' into '5.5.z' Update Bunny gem Update Bunny gem, the old gem couldn't handle reconnect when amqp service got restarted. Seems like new bunny works the same, so no changes in using it are needed. Fixes BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1222005 Clean cherry-pick of: https://github.com/ManageIQ/manageiq/pull/6857 Fixes 5.5.z BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1310245 See merge request !839 gems/pending/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) tested on 5.5.3 rhos8, the error frame_too_large did not show, the cfme resumed the rabbit connection, from GUI amqp validation passed Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:0616 |