bug 10874: don't invalid run session of other management server even if it detects it is unreachable as the event may just be temporary network condition

This commit is contained in:
Kelven Yang 2011-09-08 14:20:29 -07:00
parent a369885a0f
commit 1648a2396d
1 changed files with 0 additions and 1 deletions

View File

@ -871,7 +871,6 @@ public class ClusterManagerImpl implements ClusterManager {
if(!pingManagementNode(mshost)) {
s_logger.warn("Management node " + mshost.getId() + " is detected inactive by timestamp and also not pingable");
activePeers.remove(mshost.getId());
_mshostDao.invalidateRunSession(mshost.getId(), mshost.getRunid());
try {
JmxUtil.unregisterMBean("ClusterManager", "Node " + mshost.getId());
} catch(Exception e) {