Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 7.1.6
-
Fix Version/s: None
-
Component/s: Servlet
-
Labels:None
-
Environment:Sun Solaris 11. Jetty 7.1.6.
-
Number of attachments :
Description
I'm using WebSockets in production. Over time threads will start to hang in the following place:
WebSocketConnection.handle() line: 168
SelectChannelEndPoint.run() line: 506
QueuedThreadPool$2.run() line: 436
Thread.run() line: 619
A new thread hangs about once a day and after I few days I'm forced to restart my server.
Please let me know if there's any other info I can provide to help diagnose this bug!
Issue Links
- is related to
-
JETTY-1391
Apparent Race Hazard / Flushing Problem In Websockets
-