summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_elect_v1.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-191-6/+22
* SERVER-30626 Remove TopologyCoordinator interface.Matthew Russotto2018-01-041-1/+1
* SERVER-31671 Cancel running elections if the term changes after writing my la...Siyuan Zhou2017-11-071-14/+23
* SERVER-28544 Only allow one stepdown command to be processed at a timeSpencer T Brody2017-09-131-4/+0
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Siyuan Zhou2017-08-071-5/+22
* Revert "SERVER-29502 Require the vote from the current primary in the dry run...Max Hirschhorn2017-08-041-22/+5
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Samy Lanka2017-08-041-5/+22
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-5/+8
* SERVER-28865 Replace ReplicationExecutor with ThreadPoolTaskExecutor in Repli...Andy Schwerin2017-05-181-8/+10
* SERVER-26990 Unify tracking of secondary state between replication and topolo...Matthew Russotto2017-05-151-8/+2
* Revert "SERVER-26990 Unify tracking of secondary state between replication an...Matthew Russotto2017-05-041-2/+8
* SERVER-26990 Unify tracking of secondary state between replication and topolo...Matthew Russotto2017-05-041-8/+2
* SERVER-28865 Keep a unique pointer to the executor instead of a value.Andy Schwerin2017-04-191-11/+11
* SERVER-28624 Replace references to ReplicationExecutor with TaskExecutor.Andy Schwerin2017-04-181-4/+4
* SERVER-27083 Refactor ReplicationCoordinatorImpl to eliminate topoMutex.Matthew Russotto2017-03-221-38/+40
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-27582 initialize lastVote properlyJudah Schvimer2017-01-101-3/+1
* SERVER-27490 Stop consulting storage engine isDurable flag in ReplicationCoor...Andy Schwerin2017-01-071-5/+2
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-0/+2
* 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