log.debug(this + " the failover node for the crashed node is " + fnodeID);
boolean doneFailover = false;
ClusterNotification notification = new ClusterNotification(ClusterNotification.TYPE_NODE_LEAVE, leftNodeID.intValue(), null);
clusterNotifier.sendNotification(notification);
if (crashed && isSupportsFailover())
{