summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-36746 Don't erroneously skip drain mode if a stepdown attempt fails.Spencer T Brody2018-09-241-0/+61
* SERVER-36128 Don't return ismaster:true while in shutdownSpencer T Brody2018-08-271-0/+29
* SERVER-35941 Don't maintain full stable optime candidate list on secondaries ...Tess Avitabile2018-08-221-0/+32
* SERVER-35058 Do not rely only on heartbeats to signal secondary positions in ...Vesselina Ratcheva2018-08-091-36/+190
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-08-071-92/+153
* SERVER-35951 Fix to prevent race between repl set unfreeze and _startElectSel...Suganthi Mani2018-07-301-0/+105
* SERVER-34102 Fix to prevent race between _handleTimePassing (stepdown timeout...Suganthi Mani2018-05-241-0/+38
* SERVER-32776 ReplicationCoordinator::prepareReplMetadata no longer requires O...Benety Goh2018-03-281-1/+0
* SERVER-28290 Stepping down due to a higher term seen in a heartbeat should no...Siyuan Zhou2018-01-251-32/+10
* SERVER-28895 Remove old form of replSetUpdatePosition commandVesselina Ratcheva2018-01-241-457/+75
* SERVER-30626 Replace class TopologyCoordinator::Role with enum class for simp...Matthew Russotto2018-01-041-3/+3
* SERVER-30626 Remove TopologyCoordinator interface.Matthew Russotto2018-01-041-1/+1
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-12-101-18/+9
* SERVER-30577 Don't update the stable timestamp if database is in an inconsist...William Schultz2017-11-211-2/+93
* 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
* SERVER-27807 synchronize creating a snapshot with its registration in replcoordEric Milkie2017-01-251-31/+37