This commit is contained in:
Clebert Suconic 2018-03-22 16:22:18 -04:00
commit e2341e3a76
1 changed files with 0 additions and 5 deletions

View File

@ -288,11 +288,6 @@ public class SharedNothingBackupQuorum implements Quorum, SessionFailureListener
synchronized (voteGuard) {
while (!decision && voteAttempts++ < voteRetries) {
// a quick check to see if the live actually is dead
if (quorumManager.checkLive(liveTransportConfiguration)) {
//the live is still alive so we best not failover
return false;
}
//the live is dead so lets vote for quorum
QuorumVoteServerConnect quorumVote = new QuorumVoteServerConnect(size, targetServerID);