-
Bug
-
Resolution: Done
-
Major
-
2.6.16
-
None
There is a race condition in FD_SOCK between stop() shutting down the pinger thread and the BroadcastTask.
It first shuts down the broadcast task, and then the pinger thread.
If the pinger thread generates a new suspected event in this interval, it re-starts the broadcast task, which creates a new thread suspecting that node repeatedly until the JVM exits.
- blocks
-
JBPAPP-11198 FD_SOCK race condition during stop
- Resolved