-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
7.1.6.GA
-
None
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 hidesa 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.
- clones
-
JBEAP-16566 [GSS](7.2.z) XNIO-336 - Socket accept error should log at ERROR level before closing the channel
- Closed
- incorporates
-
JBEAP-16566 [GSS](7.2.z) XNIO-336 - Socket accept error should log at ERROR level before closing the channel
- Closed
- links to