]> review.fuel-infra Code Review - packages/trusty/rabbitmq-server.git/commit
Backport infinite loop detection 54/27554/2 7.0
authorAlexey Lebedeff <alebedev@mirantis.com>
Thu, 24 Dec 2015 11:21:48 +0000 (14:21 +0300)
committerRodion Tikunov <rtikunov@mirantis.com>
Mon, 17 Oct 2016 13:57:02 +0000 (16:57 +0300)
commit6169e29bfc97f4b60d1429171479f2c5951d04b4
tree8f80b4d62a1b5aaf7de0a0a745544173f06bfd8b
parentfb4cdaba3a3b713683a4c16de8a330f6e5eed40e
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
Closes-Bug: #1515223
(cherry picked from commit 6b45958024465ff64f5466815cf04169da0c9cf5)
debian/changelog
debian/patches/detect-stuck-queue-on-declare.diff [new file with mode: 0644]
debian/patches/series