[jboss-jira] [JBoss JIRA] (JGRP-1703) CheckFDMonitor.eval may be reversed
shen kim (JIRA)
jira-events at lists.jboss.org
Sun Sep 22 11:52:03 EDT 2013
shen kim created JGRP-1703:
------------------------------
Summary: CheckFDMonitor.eval may be reversed
Key: JGRP-1703
URL: https://issues.jboss.org/browse/JGRP-1703
Project: JGroups
Issue Type: Bug
Environment: 3.4.0.Alpha2
Reporter: shen kim
Assignee: Bela Ban
When eval return true, the trigger method will be invoke.
But the implemention in CheckFDMonitor:
public boolean eval() {
return sv.getView() != null && sv.getView().size() > 1 && !fd.isMonitorRunning();
}
It may be reversed.
--
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