-
Bug
-
Resolution: Done
-
Major
-
7.2.0.GA
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
-
XNIO-336 Socket accept error should log at ERROR level before closing the channel
- Resolved
- incorporates
-
JBEAP-13232 [GSS](7.2.z) Error getting response: ClosedChannelException after clean shutdown
- Closed
- is cloned by
-
JBEAP-16567 [GSS](7.1.z) XNIO-336 - Socket accept error should log at ERROR level before closing the channel
- Closed
- is incorporated by
-
JBEAP-16567 [GSS](7.1.z) XNIO-336 - Socket accept error should log at ERROR level before closing the channel
- Closed
-
JBEAP-16362 [GSS](7.2.z) Upgrade XNIO from 3.6.5.Final-redhat-00001 to 3.6.6.Final-redhat-00001
- Closed
- links to