706707708709710711712713714715716
if (isAlive()) { return; } assert(nodeState.getRepEnvState().isDetached()); elections = new Elections(this, changeListener, suggestionGenerator); repImpl.getStartupTracker().start(Phase.FIND_MASTER); try {
561562563564565566567568569570571
if (isAlive()) { return; } assert(nodeState.getRepEnvState().isDetached()); elections = new Elections(this, changeListener, suggestionGenerator); group = repGroupDB.emptyGroup; refreshCachedGroup(); findMaster();