[jboss-jira] [JBoss JIRA] (JGRP-1888) FD_SOCK race condition during stop
Dennis Reed (JIRA)
issues at jboss.org
Mon Oct 13 20:00:36 EDT 2014
Dennis Reed created JGRP-1888:
---------------------------------
Summary: FD_SOCK race condition during stop
Key: JGRP-1888
URL: https://issues.jboss.org/browse/JGRP-1888
Project: JGroups
Issue Type: Bug
Affects Versions: 2.6.16
Reporter: Dennis Reed
Assignee: Dennis Reed
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.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the jboss-jira
mailing list