summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_elect_v1.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19423 Remove election winner declarer.Siyuan Zhou2016-04-191-7/+0
* SERVER-22995 Protect TopoCoord with mutex rather than single thread executor.Siyuan Zhou2016-04-121-24/+21
* SERVER-23010: do not update durable OpTime, and update commited snapshot, if ...Scott Hernandez2016-03-271-4/+9
* SERVER-22698 fix duplicate error codes caused by broken errorcodes.pyAdam Midvidy2016-02-171-1/+1
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-4/+4
* SERVER-21425 do not update term when triggering stepdownEric Milkie2015-11-121-3/+3
* SERVER-21389 Signal _electionDryRunFinishedEvent in repl executorSiyuan Zhou2015-11-101-1/+1
* SERVER-20928 Synchronize stepdown process with events.Siyuan Zhou2015-11-091-1/+4
* Revert "SERVER-20928 Synchronize stepdown process with events"Eric Milkie2015-11-051-4/+1
* SERVER-20928 Synchronize stepdown process with eventsSiyuan Zhou2015-11-031-1/+4
* SERVER-20977 added test for processing metadata in heartbeatBenety Goh2015-10-221-8/+6
* SERVER-20977 Converted VoteRequester::VoteRequesterResult to enum classBenety Goh2015-10-221-15/+15
* SERVER-19423 removed unused function _onElectionWinnerDeclarerCompleteBenety Goh2015-10-221-20/+0
* 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