Skip to content

Commit

Permalink
SERVER-12170 stop calling relinquish() when replicaset nodes decide n…
Browse files Browse the repository at this point in the history
…ot to veto an election
  • Loading branch information
Matt Dannenberg committed Dec 20, 2013
1 parent 3e6d6e5 commit 6f1225c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mongo/db/repl/consensus.cpp
Expand Up @@ -266,7 +266,6 @@ namespace mongo {
try {
vote = yea(whoid);
dassert( hopeful->id() == whoid );
rs.relinquish();
log() << "replSet info voting yea for " << hopeful->fullName() << " (" << whoid << ')' << rsLog;
}
catch(VoteException&) {
Expand Down

0 comments on commit 6f1225c

Please sign in to comment.