fix fall ops bug

This commit is contained in:
fanqq 2016-06-13 15:48:01 +08:00
parent e39397af53
commit 37199ec569

View file

@ -351,7 +351,7 @@ public class OperationResource {
if (healthyOpsActivate.get()) {
return memberOps(hh, groupId, _ips, false, TaskOpsType.HEALTHY_OPS);
} else {
return healthyOps(hh, groupId, _ips, true);
return healthyOps(hh, groupId, _ips, false);
}
}