mirror of https://github.com/apache/cloudstack.git
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:
parent
a369885a0f
commit
1648a2396d
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue