Merge remote-tracking branch 'github/github_dev' into github_dev

This commit is contained in:
Mengyi Zhou 2016-06-13 15:50:16 +08:00
commit d7f07e521c

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);
}
}