]> review.fuel-infra Code Review - packages/trusty/rabbitmq-server.git/commit
Backport infinite loop detection 12/15512/3
authorAlexey Lebedeff <alebedev@mirantis.com>
Thu, 24 Dec 2015 11:21:48 +0000 (14:21 +0300)
committerAlexey Lebedeff <alebedev@mirantis.com>
Thu, 24 Dec 2015 11:32:16 +0000 (14:32 +0300)
commit6b45958024465ff64f5466815cf04169da0c9cf5
treec20e1bcc07a87529724f414c0ca7f7f052df62b1
parentc497fc96aecf165f0891984b3af3ff695002b6f5
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
debian/changelog
debian/patches/detect-stuck-queue-on-declare.diff [new file with mode: 0644]
debian/patches/series