Anonymous | Login | Signup for a new account | 12-17-2024 08:56 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0006166 | [Resin] | major | random | 06-14-18 02:49 | 07-26-18 16:01 | ||||
Reporter | samlmax | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 4.0.56 | ||||||
Summary | 0006166: All threads associated with a port disappear | ||||||||
Description |
We are seeing resin servers randomly stop accepting requests on one port (but continue to process requests on other ports). From jstacks and heap dumps it looks like the problem is that the resin-port-####-launcher thread dies, and the thread pool for the port then depletes until there are no threads left to handle requests. We can't see any errors indicating why the launcher thread would have died. From a heap dump taken after one occurrence we saw: All the :9090 threads, including the -launcher thread have disappeared. The :9090 TcpPort and its SocketLinkThreadLauncher objects are present in the heap dump, but the SocketLinkThreadLauncher is in what we think is a wierd state. - It has no thread assigned, but is in ACTIVE_WAKE state. - If it was in IDLE or PARK state then the TcpPort$SuspendReaper Alarm job (which looks to be scheduled) would reschedule or wake up the launcher thread, but in ACTIVE_WAIT state it does nothing. - The :9090 SocketLinkThreadLauncher's threadIdleExpireTime was around the time when we started seeing problems. |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed. 26 unique queries executed. |