summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_external_state.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+3
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-2/+1
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-3/+4
* 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-0/+5
* 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-6/+0
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-141-0/+5
* SERVER-37048 Hold global intent lock whenever accessing the oplog collection ...Spencer T Brody2018-09-101-7/+0
* SERVER-35616 Do not allow afterClusterTime reads before oplog existsTess Avitabile2018-08-241-1/+1
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-4/+3
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-6/+0
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-061-2/+8
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-081-5/+0
* SERVER-32335 remove unused function ReplicationCoordinatorExternalState::getI...Benety Goh2018-05-161-8/+1
* SERVER-34900 add ReplicationCoordinatorExternalState::getInitialSyncBatchLimi...Benety Goh2018-05-091-0/+5
* SERVER-34372 add ReplicationCoordinatorExternalState::getEarliestDropPendingO...Benety Goh2018-04-171-0/+6
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-1/+6
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-0/+7
* SERVER-32335 remove unused initial sync functions from ReplicationCoordinator...Benety Goh2018-03-221-16/+0
* SERVER-32335 remove unused initial sync functions from DataReplicatorExternal...Benety Goh2018-03-221-14/+0
* SERVER-32335 extend InitialSyncer external state function multiApply function...Benety Goh2018-03-221-1/+5
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-10/+0
* SERVER-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-5/+0
* SERVER-32332 remove makeSteadyStateOplogBuffer() from ReplicationCoordinatorE...Benety Goh2018-03-121-6/+0
* SERVER-33732 extend SyncTail::MultiSyncApplyFunc to accept an OperationContextBenety Goh2018-03-091-1/+2
* SERVER-33625 replace use of OldThreadPool in cloners and TaskRunner with Thre...Benety Goh2018-03-061-2/+2
* 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-5/+0
* SERVER-32517 Parse readConcern snapshot and atClusterTimeTess Avitabile2018-01-231-0/+5
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-29/+3
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-13/+0
* SERVER-29693 wait for all oplog writes to be visible for afterClusterTime and...Eric Milkie2017-08-221-0/+7
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-1/+26
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-101-7/+0
* Revert "SERVER-29893 Rename recovery code and make it accessible to both star...Mathias Stearn2017-08-071-0/+7
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-071-7/+0
* SERVER-29275 ReplicationCoordinatorExternalState::notifyOplogMetadataWaiters(...Benety Goh2017-05-191-1/+4
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-061-1/+0
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-161-18/+0
* SERVER-27995 rename DataReplicator to InitialSyncerJudah Schvimer2017-03-141-3/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-25/+26
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-02-271-2/+7
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-2/+2
* SERVER-27807 synchronize creating a snapshot with its registration in replcoordEric Milkie2017-01-251-0/+5
* SERVER-26572 move fetchCount to DataReplicatorJudah Schvimer2016-10-261-13/+6
* SERVER-26572 Reset stopTimestamp in DataReplicator when initial sync apply ph...Judah Schvimer2016-10-191-3/+12
* SERVER-26640 remove flag for linearizable read supportBenety Goh2016-10-141-5/+0
* SERVER-26169 added startup parameter for linearizable read support defaulting...Benety Goh2016-09-281-0/+5
* SERVER-25662: pass runner OperationContext* to 3.2 initial sync codeScott Hernandez2016-09-271-1/+1