summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_elect_v1.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20539 change requestVotes to use candidate index instead of candidate idmatt dannenberg2015-09-221-2/+2
* SERVER-20245 use candidate index instead of candidate id in last votematt dannenberg2015-09-211-1/+1
* Revert "SERVER-20416 use electionTimeout for the socket timeout in PV1 electi...matt dannenberg2015-09-181-2/+0
* SERVER-20416 use electionTimeout for the socket timeout in PV1 electionsmatt dannenberg2015-09-181-0/+2
* SERVER-20249 mark nodes that voted as up before stepping up as PRIMARYmatt dannenberg2015-09-011-0/+15
* SERVER-19831 updateTerm test cleanupBenety Goh2015-08-211-3/+2
* SERVER-19764 Store the last vote when voting for myselfSiyuan Zhou2015-08-121-51/+91
* SERVER-19786 Cache term in replication coordinatorSiyuan Zhou2015-08-061-1/+1
* SERVER-19738 Restore current term at startupSiyuan Zhou2015-08-061-1/+2
* SERVER-18584 write an n-op when transition to primary is completematt dannenberg2015-08-051-0/+3
* SERVER-19606 Upgrade / downgrade of election protocol versionSiyuan Zhou2015-07-271-12/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-207/+200
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-1/+1
* SERVER-15732 abort election if term increases during the electionmatt dannenberg2015-06-161-4/+17
* SERVER-18385 add DryRun stage to ReplicationCoordinator's ElectV1 code pathmatt dannenberg2015-06-161-6/+48
* SERVER-18385 add DryRun support to RequestVotes, VoteRequester, and TopologyC...matt dannenberg2015-06-161-0/+1
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-191-0/+229