-
Enhancement
-
Resolution: Done
-
Major
-
3.4.0.Final
-
None
If a channel is closed just before a selector selects on it, it can cause indefinite hangs since there is no channel-closed signal (POLLHUP or similar) generated. The workaround is to only sleep for a maximum of 1 second when running on HP-UX; the caller of the corresponding await method already must retry in the event of a spurious wakeup.
- blocks
-
JBEAP-6297 [QE](7.0.z) Server hanging on HP-UX when reload is initiated quickly after server was sending large amount of data
- Closed
- causes
-
WFCORE-1862 [QE] 7.1.0 Server hanging on HP-UX when reload is initiated quickly after server was sending large amount of data
- Resolved