This notification allows the backup to skip quorum voting (or any other measure to avoid 'split-brain') and do a faster fail-over.
558559560561562563564565566567568
public void run() { localReplicationManager.clearReplicationTokens(); } }, 10, TimeUnit.SECONDS); localReplicationManager.sendLiveIsStopping(); stopComponent(localReplicationManager); } stopComponent(connectorsService);
556557558559560561562563564565566
547548549550551552553554555556557