Comment 6 for bug 1515223

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to packages/trusty/rabbitmq-server (8.0)

Reviewed: https://review.fuel-infra.org/15512
Submitter: Pkgs Jenkins <email address hidden>
Branch: 8.0

Commit: 6b45958024465ff64f5466815cf04169da0c9cf5
Author: Alexey Lebedeff <email address hidden>
Date: Thu Dec 24 11:32:21 2015

Backport infinite loop detection

Upstream fix https://github.com/rabbitmq/rabbitmq-common/pull/26 (patch
modified to reflect current state of upstream code).

Sudden death of cluster node could result in a stuck queue process -
this will result in redeclare attempts to hang. With this patch such
condition will be detected - AMQP channel will be closed and error will
be logged. And probably it could help us to discover underlying bug, by
localizing it in time.

And for referenced partial bugs it'll allow us to confirm or reject
hypothesis that it's related.

Change-Id: I09df5c5f2333cc462475798260cdfa9f4f5de654
Partial-Bug: #1515223
Partial-Bug: #1523622