Comment 11 for bug 1689801

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

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

Commit: e22688bd9ce640f4299a6a2c8bf464c41ba826db
Author: Dmitry Mescheryakov <email address hidden>
Date: Thu Jul 6 14:40:29 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