Comment 12 for bug 1689801

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

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

Commit: 595da720df8688042822abe35807ab23e51bc917
Author: Dmitry Mescheryakov <email address hidden>
Date: Thu Jul 6 15:09:37 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