oslo.messaging/oslo/messaging/_drivers
Nicolas Simonds fcd51a67d1 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: Ic2ede3046709b831adf8204e4c909c589c1786c4
Partial-Bug: 856764
2014-02-28 14:37:51 -08:00
..
__init__.py Remove copyright from empty files 2014-01-04 10:33:58 +08:00
amqp.py Improve help strings 2014-02-07 22:25:09 +01:00
amqpdriver.py Make the dispatcher responsible of the message ack 2014-02-18 08:31:30 +01:00
base.py Abstract the acknowledge layer of a message 2014-02-14 16:06:26 +01:00
common.py Improve help strings 2014-02-07 22:25:09 +01:00
impl_fake.py Abstract the acknowledge layer of a message 2014-02-14 16:06:26 +01:00
impl_qpid.py Merge "User a more accurate max_delay for reconnects" 2014-02-26 02:14:30 +00:00
impl_rabbit.py Slow down Kombu reconnect attempts 2014-02-28 14:37:51 -08:00
impl_zmq.py Merge "Improve help strings" 2014-02-25 12:40:18 +00:00
matchmaker.py Improve help strings 2014-02-07 22:25:09 +01:00
matchmaker_redis.py Improve help strings 2014-02-07 22:25:09 +01:00
matchmaker_ring.py Improve help strings 2014-02-07 22:25:09 +01:00
pool.py Apply six for metaclass 2013-10-14 14:10:31 -04:00