if (!this.serverManager.isServerOnline(sn)) {
LOG.error("Dropped split! ServerName=" + sn + " unknown.");
break;
}
// Run handler to do the rest of the SPLIT handling.
this.executorService.submit(new SplitEntityGroupHandler(server, this,
entityGroupState.getEntityGroup(), sn, daughters));
break;
case M_ZK_ENTITYGROUP_CLOSING:
// Should see CLOSING after we have asked it to CLOSE or additional