summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "SERVER-32144 Remove test coverage for replication protocol version 0"Vesselina Ratcheva2018-03-091-65/+26
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-091-26/+65
* SERVER-32143 Remove test coverage for master-slaveVesselina Ratcheva2018-02-211-91/+0
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-1/+1
* SERVER-32776 ReplicationCoordinator::prepareReplMetadata no longer requires O...Benety Goh2018-02-131-1/+0
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-2/+2
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-091-2/+2
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-011-0/+2
* SERVER-29078 Eliminate use of memberHeartbeatData in replication_coordinator_...Matthew Russotto2018-01-121-9/+33
* SERVER-28290 Stepping down due to a higher term seen in a heartbeat should no...Siyuan Zhou2018-01-121-32/+10
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-6/+6
* SERVER-28895 Remove old form of replSetUpdatePosition commandVesselina Ratcheva2017-12-131-457/+75
* SERVER-30626 Replace class TopologyCoordinator::Role with enum class for simp...Matthew Russotto2017-11-281-3/+3
* SERVER-30626 Remove TopologyCoordinator interface.Matthew Russotto2017-11-281-1/+1
* SERVER-30577 Don't update the stable timestamp if database is in an inconsist...William Schultz2017-11-211-2/+92
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-15/+7
* Revert "SERVER-30577 Clear stable timestamp candidates after rollback"William Schultz2017-11-081-51/+0
* SERVER-30577 Clear stable timestamp candidates after rollbackWilliam Schultz2017-11-081-0/+51
* SERVER-31606 Make sure primary doesn't drop collection before it is committedWilliam Schultz2017-10-231-131/+134
* SERVER-31350: Make enableMajorityReadConcern a noopDaniel Gottlieb2017-10-201-3/+1
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-134/+26
* SERVER-31341 Syncrhonize unit tests that do asynchronous stepdown attemptsSpencer T Brody2017-10-041-30/+32
* SERVER-31330 Prevent stepdown during drain mode from triggering an invariantSpencer T Brody2017-10-041-43/+79
* SERVER-31341 Temporarily disable hanging unit testSpencer T Brody2017-09-291-37/+38
* SERVER-28794 Only use PV0 style heartbeats when choosing to use PV0Judah Schvimer2017-09-261-12/+12
* SERVER-28544 Change stepdown command to take global lock in exclusive modeSpencer T Brody2017-09-251-0/+145
* SERVER-28544 Only allow one stepdown command to be processed at a timeSpencer T Brody2017-09-131-55/+70
* SERVER-30843 Use std::set::upper_bound to calculate the stable timestampWilliam Schultz2017-09-121-1/+47
* SERVER-30589 Don't add stable timestamp candidates when in master slave modeWilliam Schultz2017-08-101-4/+33
* SERVER-29891 Call setStableTimestamp() when commit point or last applied opti...William Schultz2017-08-081-0/+171
* SERVER-30184 Call setInitialDataTimestamp at the end of processing replSetIni...Judah Schvimer2017-07-251-0/+7
* SERVER-28545 Do not wait for election to finish while holding global lockSpencer T Brody2017-06-281-1/+2
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-56/+56
* SERVER-29015 TopologyCoordinator should not transition to candidate role in a...Benety Goh2017-06-211-0/+39
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-32/+42
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-281-19/+4
* Revert "SERVER-27659 Persist Rollback Id"ADAM David Alan Martin2017-04-281-4/+19
* SERVER-28545 don't schedule setFollowerMode on ReplicationExecutorJudah Schvimer2017-04-241-5/+1
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-211-19/+4
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-201-6/+0
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-0/+6
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-191-6/+0
* SERVER-28848 Change ReplicationCoordinatorImpl unit tests so as not to rely o...Andy Schwerin2017-04-181-12/+5
* SERVER-28624 Replace references to ReplicationExecutor with TaskExecutor.Andy Schwerin2017-04-181-3/+4
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-231/+237
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-2/+2
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-02-271-6/+4
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-02-151-57/+25
* SERVER-25713 Remove unnamed namespace and fix up references to it.Matthew Russotto2017-02-021-1/+1