monitorResponse.set(true);
monitorResponse.notify();
}
// Update the replication servers ServerStates with new received info
it = monitorMsg.rsIterator();
while (it.hasNext())
{
int srvId = it.next();
ReplicationServerInfo rsInfo = replicationServerInfos.get(srvId);
if (rsInfo != null)