[jboss-jira] [JBoss JIRA] (JGRP-1703) CheckFDMonitor.eval may be reversed
Bela Ban (JIRA)
jira-events at lists.jboss.org
Mon Sep 23 06:44:03 EDT 2013
[ https://issues.jboss.org/browse/JGRP-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806380#comment-12806380 ]
Bela Ban commented on JGRP-1703:
--------------------------------
I don't understand what you mean; can you elaborate ?
> 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
> Priority: Minor
> Fix For: 3.4
>
>
> 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