Files
oslo.messaging/oslo_messaging
Kenneth Giusti 13759e1254 Do not access the connection's socket during error callback
The _get_connection_info() method attempts to gather debug information
from the connection, and will reach into the amqp channel to get the
local (client's) TCP port number via the 'sock' property.

If _get_connection_info() is called from autoretry's on_error handler
the 'sock' property notices that the transport is not set and attempts
to re-connect.  amqp has deprecated this reconnect behavior, and in
any case the client's socket is irrelevant since the connection may
not be valid at this point.

Closes-Bug: #1745166
Change-Id: I3c42f8463605927f6f94d6c3a7f05e584476abc1
(cherry picked from commit 361669764f)
2018-09-26 05:34:37 +02:00
..
2017-06-04 14:27:41 +02:00
2017-07-11 09:45:08 +08:00
2017-09-11 09:46:46 -04:00
2016-05-18 09:28:15 +02:00
2017-06-13 08:46:50 -04:00
2016-09-12 09:49:00 -04:00