[jboss-jira] [JBoss JIRA] (JGRP-1682) STOP_FLUSH race condition in 3.x
Dennis Reed (JIRA)
jira-events at lists.jboss.org
Thu Aug 22 18:49:26 EDT 2013
Dennis Reed created JGRP-1682:
---------------------------------
Summary: STOP_FLUSH race condition in 3.x
Key: JGRP-1682
URL: https://issues.jboss.org/browse/JGRP-1682
Project: JGroups
Issue Type: Bug
Affects Versions: 3.3.4
Reporter: Dennis Reed
Assignee: Dennis Reed
Similar to JGRP-1674.
flush_unblock_promise in FLUSH is not reset before use in waitForUnblock.
*Any* UNBLOCK (such as another node running FLUSH) will set it, not just the expected UNBLOCK.
The next call to waitForUnblock will not block.
(and if the UNBLOCK it was waiting for comes later, it will trigger the issue again on the next waitForUnblock).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list