Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.26
-
None
Description
IoSender emits an error message and a logs a Stacktrace when it exits due to an IoException, e.g due to a remote application being abruptly stopped.
Any issues stemming from the thread exiting result in their own exceptions being thrown and/or log messages being produced, so this logging is often duplicate and is typically not indicative of a problem needing intervention, it should be reduced in severity. It should also be improved to include the socket address, and remove the stacktrace which adds little benefit in this case and simply leads to unecessary confusion.
Attachments
Issue Links
- relates to
-
QPID-5461 [Java Broker] Downgrade the severity of broker log messages like java.io.IOException: Connection reset by peer for 0-8/9/9-1 connections
- Closed