-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
There is a check for a loop in the listener triggered by AbstractFramedStreamSinkChannel.resumeWritesInternal:
if (loopCount++ == 100) { //should never happen UndertowLogger.ROOT_LOGGER.listenerNotProgressing(); IoUtils.safeClose(AbstractFramedStreamSinkChannel.this); return; }
This loop count can reach 100 if we are using EJB over HTTP, and close the connection unexpectedly.
- causes
-
JBEAP-18201 [GSS] (7.2.z) WFLY-12822 - UNDERTOW-1623 - Undertow Deadlock
- Closed
-
JBEAP-18265 [GSS](7.3.z) WFLY-12822 - Undertow Deadlock
- Closed
- is caused by
-
UNDERTOW-689 Potential race when resuming writes in AbstractFramedStreamSinkChannel
- Resolved
- is related to
-
UNDERTOW-1623 Undertow Deadlock
- Resolved
- relates to
-
WFCORE-4784 Upgrade Undertow to 2.0.29.Final
- Closed