bug 9127: intermediate checkin for agent load balancer

This commit is contained in:
alena 2011-05-24 19:04:50 -07:00
parent 7fe3290d1b
commit 388aea7be3

View File

@ -620,6 +620,9 @@ public class ClusterManagerImpl implements ClusterManager {
}
private boolean isClusterReadyToStart() {
if (!_agentLBEnabled) {
return true;
}
boolean isReady = false;
int transferCount = _hostTransferDao.listHostsJoiningCluster(_msId).size();
if (transferCount == 0) {