commit fcd51a67d18a9e947ae5f57eafa43ac756d1a5a8
Author: Nicolas Simonds <email address hidden>
Date: Wed Feb 26 15:21:01 2014 -0800
Slow down Kombu reconnect attempts
For a rationale for this patch, see the discussion surrounding Bug
When reconnecting to a RabbitMQ cluster with mirrored queues in
use, the attempt to release the connection can hang "indefinitely"
somewhere deep down in Kombu. Blocking the thread for a bit
prior to release seems to kludge around the problem where it is
otherwise reproduceable.
Reviewed: https:/ /review. openstack. org/76686 /git.openstack. org/cgit/ openstack/ oslo.messaging/ commit/ ?id=fcd51a67d18 a9e947ae5f57eaf a43ac756d1a5a8
Committed: https:/
Submitter: Jenkins
Branch: master
commit fcd51a67d18a9e9 47ae5f57eafa43a c756d1a5a8
Author: Nicolas Simonds <email address hidden>
Date: Wed Feb 26 15:21:01 2014 -0800
Slow down Kombu reconnect attempts
For a rationale for this patch, see the discussion surrounding Bug
When reconnecting to a RabbitMQ cluster with mirrored queues in
use, the attempt to release the connection can hang "indefinitely"
somewhere deep down in Kombu. Blocking the thread for a bit
prior to release seems to kludge around the problem where it is
otherwise reproduceable.
DocImpact
Change-Id: Ic2ede3046709b8 31adf8204e4c909 c589c1786c4
Partial-Bug: 856764