summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_elect_v1_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-05-151-15/+15
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-12/+12
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-131-0/+10
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-12/+12
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-091-12/+12
* SERVER-29844 Prefers a priority takeover if the current node has highest prio...Pavithra Vetriselvan2017-12-051-8/+75
* SERVER-30457: Fix lint.Daniel Gottlieb2017-11-301-1/+1
* SERVER-30457 cancel catchup takeover if primary is caught upPavithra Vetriselvan2017-11-291-11/+33
* SERVER-30626 Replace class TopologyCoordinator::Role with enum class for simp...Matthew Russotto2017-11-281-5/+5
* SERVER-30626 Remove TopologyCoordinator interface.Matthew Russotto2017-11-281-1/+1
* SERVER-29946 Increase heartbeat rate when a secondary has no sync sourceSiyuan Zhou2017-11-211-17/+27
* SERVER-31671 Cancel running elections if the term changes after writing my la...Siyuan Zhou2017-11-071-5/+6
* SERVER-31330 Prevent stepdown during drain mode from triggering an invariantSpencer T Brody2017-10-041-11/+11
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Siyuan Zhou2017-08-071-0/+110
* Revert "SERVER-29502 Require the vote from the current primary in the dry run...Max Hirschhorn2017-08-041-110/+0
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Samy Lanka2017-08-041-0/+110
* SERVER-29500 Call for catchup takeover election when catchup takeover timeout...Samy Lanka2017-08-021-14/+196
* SERVER-29501 Make catchup takeover timeout configurableSamy Lanka2017-08-011-7/+49
* SERVER-29499 Schedule a catchup takeover on receiving heartbeats from the cur...Samy Lanka2017-06-301-15/+392
* SERVER-28545 Do not wait for election to finish while holding global lockSpencer T Brody2017-06-281-4/+6
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-21/+21
* SERVER-29383 When catchUpTimeoutMillis is 0, we should skip doing catchup ent...Siyuan Zhou2017-06-281-3/+18
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-12/+14
* SERVER-29382 Fix cancel race related to the timeout in ReplicationCoordinator...Siyuan Zhou2017-06-121-8/+8
* SERVER-28865 Replace ReplicationExecutor with ThreadPoolTaskExecutor in Repli...Andy Schwerin2017-05-181-5/+0
* SERVER-28696 Ensure global lock is fully acquired in replication_coordinator_...Spencer T Brody2017-05-041-11/+11
* SERVER-28218 add BSON() macro support for OpTimeBenety Goh2017-05-031-1/+1
* SERVER-28545 don't schedule setFollowerMode on ReplicationExecutorJudah Schvimer2017-04-241-5/+1
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-201-100/+226
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-226/+100
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-191-100/+226
* SERVER-28624 Replace references to ReplicationExecutor with TaskExecutor.Andy Schwerin2017-04-181-1/+1
* SERVER-28719 Use a rescheduling fail point instead of blocking on a condition...Andy Schwerin2017-04-101-3/+7
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-8/+8
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-56/+56
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-8/+19
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-19/+8
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-28/+28
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-8/+19
* SERVER-26830 Randomize priority takeover delayWilliam Schultz2017-03-011-88/+245
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-02-271-51/+121
* Revert "SERVER-26403 Clean primary states on stepdown"Siyuan Zhou2016-11-171-4/+6
* SERVER-26403 Clean primary states on stepdownSiyuan Zhou2016-11-151-6/+4
* SERVER-26748 Don't call for priority takeover when repl lagged.Spencer T Brody2016-11-011-31/+239
* SERVER-25160 Unit test for stepping down in catch-up mode.Siyuan Zhou2016-08-251-0/+33
* SERVER-25550 Fix the race between simulateSuccessfulV1Voting and catch-up in ...Siyuan Zhou2016-08-121-0/+5
* SERVER-23663 New primary syncs from chosen node to catch up with timeoutSiyuan Zhou2016-08-041-0/+241
* SERVER-23243 Remove time-keeping from listenerWaley Chen2016-06-131-4/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-108/+178
* SERVER-23095 Remove direct instantiations of OperationContextReplMockAndy Schwerin2016-05-241-3/+6