This closes #1967
This commit is contained in:
commit
e2341e3a76
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue