summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_external_state_mock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53123 Delete unused _stopDataReplicationMoustafa Maher2020-12-151-1/+0
* SERVER-51265 Change local funs/vars to use hello/secondary in replCoord and t...Pavi Vetriselvan2020-11-181-1/+1
* SERVER-50320 Fix cancellation races in initial syncerMatthew Russotto2020-09-161-0/+1
* SERVER-50168 Stop clearing current committed snapshot after rollbackTess Avitabile2020-09-021-1/+1
* SERVER-45685 Remove unused function parameter from ReplicationCoordinatorExte...PV992020-06-301-1/+1
* SERVER-48610 move ReplicaSetAwareService callbacks into the ReplicationCoordi...Kevin Pulo2020-06-151-1/+0
* SERVER-48406 Add onBecomeArbiter to ReplicaSetAwareServiceKevin Pulo2020-05-281-0/+1
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-1/+1
* SERVER-47515 Avoid finding self on replica set reconfig if config contents ha...William Schultz2020-04-281-0/+6
* SERVER-47142 Check primary before writing config and no-op.Siyuan Zhou2020-04-171-1/+3
* SERVER-46201 add ReplicaSetAwareService, convert Balancer to use itKevin Pulo2020-03-241-2/+1
* SERVER-46984 Stop async updates to the oplogTruncateAfterPoint during primary...Dianna Hohensee2020-03-201-1/+1
* SERVER-41333 Make safer for initial Sync and Shutdown to write the minValid d...Suganthi Mani2020-01-161-0/+1
* SERVER-41391 clear the oplogTruncateAfterPoint timestamp on stepdown after th...Dianna Hohensee2019-11-051-0/+1
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* Revert SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-091-4/+0
* SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-081-0/+4
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+4
* SERVER-29803 Add replSetGetStatus field tooStaleA. Jesse Jiryu Davis2019-07-101-0/+1
* SERVER-42055 Only acquire a collection IX lock to write the lastVote documentMatthew Russotto2019-07-081-0/+5
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valueMaria van Keulen2019-06-111-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+4
* 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-2/+5
* 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/+2
* 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-1/+0
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-141-0/+1
* SERVER-37048 Hold global intent lock whenever accessing the oplog collection ...Spencer T Brody2018-09-101-1/+0
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-1/+1
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-1/+0
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-061-1/+2
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-081-1/+0
* SERVER-34102 Fix to prevent race between _handleTimePassing (stepdown timeout...Suganthi Mani2018-05-241-0/+6
* SERVER-32335 remove unused function ReplicationCoordinatorExternalState::getI...Benety Goh2018-05-161-1/+0
* SERVER-34900 add ReplicationCoordinatorExternalState::getInitialSyncBatchLimi...Benety Goh2018-05-091-0/+1
* SERVER-34372 add ReplicationCoordinatorExternalState::getEarliestDropPendingO...Benety Goh2018-04-171-0/+1
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-0/+1
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-0/+1
* SERVER-32335 remove unused initial sync functions from ReplicationCoordinator...Benety Goh2018-03-221-7/+0
* SERVER-32335 remove unused initial sync functions from DataReplicatorExternal...Benety Goh2018-03-221-6/+0
* SERVER-32335 extend InitialSyncer external state function multiApply function...Benety Goh2018-03-221-1/+4
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-1/+0
* SERVER-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-1/+0
* SERVER-32332 remove makeSteadyStateOplogBuffer() from ReplicationCoordinatorE...Benety Goh2018-03-121-2/+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-1/+1
* SERVER-33290 secondaries must set multikey before releasing parallel batch wr...Judah Schvimer2018-02-161-1/+2
* SERVER-33290 Remove ReplicationCoordinatorExternalState::multiSyncApplyJudah Schvimer2018-02-141-1/+0