-
Bug
-
Resolution: Done
-
Major
-
3.5.5.Final, 3.6.5.Final, 3.7.0.Final
Revert XNIO-309. The fix lowered the log level from ERROR to DEBUG when IOException happens at the socket accept for JBEAP-13547.
However, it hides a critical error. Users can not notice that a critical error occur and a channel is silently closed due to an IO error (e.g. Too many open files).
I think only lowering the log level for ClosedChannelException is enough for JBEAP-13547. So, I would like to suggest keep other IOException logged at the ERROR level.
- is cloned by
-
JBEAP-16566 [GSS](7.2.z) XNIO-336 - Socket accept error should log at ERROR level before closing the channel
- Closed
- is incorporated by
-
WFCORE-4393 Upgrade XNIO to 3.7.1.Final
- Resolved
- is related to
-
XNIO-286 QueuedNioTcpServer does not respond if accept fails
- Resolved
-
XNIO-309 Socket accept errors should log at DEBUG, not ERROR
- Resolved
- links to