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
-
Activity
Greg Wilkins
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Greg Wilkins [ gregw ] |
Greg Wilkins
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Won't Fix [ 2 ] |
Jan Bartel
made changes -
| Link |
This issue is related to |
what would be good to see is several thread dumps a few milliseconds apart, that way I can get a sense of the loop that the code is running through.
thanks