summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_external_state_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-08-061-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-2/+2
* SERVER-42055 Only acquire a collection IX lock to write the lastVote documentMatthew Russotto2019-07-091-0/+8
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-3/+4
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-4/+15
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35663 Always update the logical clock before advancing the last applie...Jack Mulrow2019-01-171-1/+9
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35870 Add RAII object for handling lock acquisitions during stepdown.Spencer T Brody2018-09-241-2/+0
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-141-0/+4
* SERVER-37048 Hold global intent lock whenever accessing the oplog collection ...Spencer T Brody2018-09-101-3/+0
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-2/+1
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-4/+0
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-061-1/+7
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-081-2/+0
* SERVER-34102 Fix to prevent race between _handleTimePassing (stepdown timeout...Suganthi Mani2018-05-241-1/+5
* SERVER-32335 remove unused function ReplicationCoordinatorExternalState::getI...Benety Goh2018-05-161-8/+0
* SERVER-34900 add ReplicationCoordinatorExternalState::getInitialSyncBatchLimi...Benety Goh2018-05-091-0/+8
* SERVER-34372 add ReplicationCoordinatorExternalState::getEarliestDropPendingO...Benety Goh2018-04-171-0/+5
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-0/+2
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-0/+2
* SERVER-32335 remove unused initial sync functions from ReplicationCoordinator...Benety Goh2018-03-221-14/+0
* SERVER-32335 remove unused initial sync functions from DataReplicatorExternal...Benety Goh2018-03-221-10/+0
* SERVER-32335 extend InitialSyncer external state function multiApply function...Benety Goh2018-03-221-1/+6
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-4/+0
* SERVER-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-2/+0
* SERVER-32332 remove makeSteadyStateOplogBuffer() from ReplicationCoordinatorE...Benety Goh2018-03-121-5/+0
* SERVER-33732 extend SyncTail::MultiSyncApplyFunc to accept an OperationContextBenety Goh2018-03-091-0/+1
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-1/+1
* SERVER-33625 replace use of OldThreadPool in cloners and TaskRunner with Thre...Benety Goh2018-03-061-1/+1
* SERVER-33290 secondaries must set multikey before releasing parallel batch wr...Judah Schvimer2018-02-161-1/+4
* SERVER-33290 Remove ReplicationCoordinatorExternalState::multiSyncApplyJudah Schvimer2018-02-141-4/+0
* SERVER-32517 Parse readConcern snapshot and atClusterTimeTess Avitabile2018-01-231-0/+5
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-3/+2
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-5/+0
* SERVER-31330 Prevent stepdown during drain mode from triggering an invariantSpencer T Brody2017-10-041-3/+6
* SERVER-29693 wait for all oplog writes to be visible for afterClusterTime and...Eric Milkie2017-08-221-0/+3
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-1/+1
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-101-2/+0
* Revert "SERVER-29893 Rename recovery code and make it accessible to both star...Mathias Stearn2017-08-071-0/+2
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-071-2/+0
* SERVER-29275 ReplicationCoordinatorExternalState::notifyOplogMetadataWaiters(...Benety Goh2017-05-191-1/+2
* SERVER-28719 Use a rescheduling fail point instead of blocking on a condition...Andy Schwerin2017-04-101-15/+0
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-161-11/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-18/+19
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-02-271-8/+3
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-2/+3
* SERVER-27807 synchronize creating a snapshot with its registration in replcoordEric Milkie2017-01-251-0/+3
* SERVER-26572 move fetchCount to DataReplicatorJudah Schvimer2016-10-261-8/+1
* SERVER-26572 Reset stopTimestamp in DataReplicator when initial sync apply ph...Judah Schvimer2016-10-191-1/+8