Bug 1050214
Summary: | Thread consuming qpid messages can die silently | |||
---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Russell Bryant <rbryant> | |
Component: | openstack-quantum | Assignee: | Miguel Angel Ajo <mangelajo> | |
Status: | CLOSED ERRATA | QA Contact: | Lon Hohberger <lhh> | |
Severity: | urgent | Docs Contact: | ||
Priority: | urgent | |||
Version: | 3.0 | CC: | chrisw, lpeer, majopela, ndipanov, sclewis, yeylon | |
Target Milestone: | z5 | Keywords: | OtherQA, Rebase, ZStream | |
Target Release: | 3.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | openstack-quantum-2013.1.5-1.el6ost | Doc Type: | Bug Fix | |
Doc Text: |
Cause:
The thread loop processing RPC could die because of an unexpected exception in the code.
Consequence:
When an unexpected exception happened, the agent / server processing those handling any more RPC calls.
Fix:
The RPC look captures and logs unexpected exceptions without crashing.
Result:
Exceptions will be logged, RPC won't stop working when that occurs.
|
Story Points: | --- | |
Clone Of: | 1050213 | |||
: | 1054249 (view as bug list) | Environment: | ||
Last Closed: | 2014-04-03 18:17:05 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: | 1050213, 1050215, 1050216, 1050217, 1054246 | |||
Bug Blocks: |
Description
Russell Bryant
2014-01-08 21:04:12 UTC
The change that needs to be backported is: https://review.openstack.org/#/c/32235/13 I also attached a version of the backport for nova to bug 1050213 This was backported to grizzly here: https://review.openstack.org/#/c/68880/ > https://review.openstack.org/#/c/68880/
This was included in 2013.1.5
I verified that the patch was incorporated in the 2013.1.5 rebase and that the openstack-quantum package passed basic sanity checks by running various administrative commands and booting a virtual machine which utilized it for network services. 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. http://rhn.redhat.com/errata/RHBA-2014-0363.html |