Comment 9 for bug 1689801

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to openstack/oslo.messaging (mcp/1.0/mitaka)

Reviewed: https://review.fuel-infra.org/35941
Submitter: Pkgs Jenkins <email address hidden>
Branch: mcp/1.0/mitaka

Commit: 439bad4b42aa8093f120f5caa27fd8d41f624efb
Author: Dmitry Mescheryakov <email address hidden>
Date: Wed Jul 12 11:59:12 2017

Do not close channel belonging to dropped connection

Without the patch the following call of _set_current_channel() will
try to close existing channel. If rabbitmq on the other side of the
channel completely droppes packets, oslo.messaging will hang
closing the channel until the connection dies on oslo.messaging's
side.

Closes-Bug: #1689801
Prod bug: https://mirantis.jira.com/browse/OSCORE-28

Change-Id: I63a1d20f08196fb1c088956633015f224a9dce80