Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
0.59.0, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 0.60.1, 1.4.1
-
None
Description
QPIDJMS-528 added some additional logging around connection interruption and failure. It has recently been seen to occasionally log connection failure even in cases where the connection was successfully closed as requested.
This looks to be from a race between notification of the remote side closing the socket and the client cleaning the provider/transport locally following a Close frame. This has likely always been the case and doesnt cause any other issue besides the spurious log message, so the simplest and least intrusive approach is just to ensure the new logging is gated when closure has been specifically requested.
Attachments
Issue Links
- relates to
-
QPIDJMS-528 Improve logging of connection interruption and failure
-
- Closed
-