Comment 2 for bug 1689801

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

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

Commit: 9f13af582f9eba68b95e569683d6686469afd79a
Author: Dmitry Mescheryakov <email address hidden>
Date: Wed May 10 13:10:33 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