summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/data_replicator_external_state_mock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69861 Uninterruptible lock guard in election causes FCBIS to hangMatthew Russotto2022-10-041-0/+2
* SERVER-66809 Move BSON serialization out of the lock in prepareReplMetadataMatthew Russotto2022-06-071-1/+1
* SERVER-63417 Oplog fetcher should not retry when a node is known to be downMatthew Russotto2022-03-161-4/+7
* SERVER-61376 Export the JournalListener via DataReplicatorExternalStateMatthew Russotto2021-11-111-0/+2
* SERVER-61213 Reconfiguration changes crash during File Copy Based Initial SyncMatthew Russotto2021-11-041-0/+4
* SERVER-50320 Fix cancellation races in initial syncerMatthew Russotto2020-09-161-2/+3
* SERVER-48930: Use lastFetched from previous batch when comparing optimes for ...XueruiFa2020-07-091-5/+6
* SERVER-31429: Use last fetched instead of last applied OpTime to eval sync so...Xuerui Fa2020-04-161-1/+2
* SERVER-46120 Make OplogQueryMetadata non-optionalA. Jesse Jiryu Davis2020-03-251-1/+1
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-211-1/+1
* SERVER-43885 Rename OplogApplierImpl methodsMihai Andrei2019-10-141-3/+3
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39831 Never update commit point beyond last applied if learned from sy...Tess Avitabile2019-04-011-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32335 remove DataReplicatorExternalState::getNextApplierBatch() and _m...Benety Goh2018-05-311-10/+0
* SERVER-32335 add DataReplicatorExternalState::makeOplogApplier()Benety Goh2018-05-311-0/+8
* SERVER-32335 remove unused batchLimits argument from DataReplicatorExternalSt...Benety Goh2018-05-151-4/+2
* SERVER-32335 add DataReplicatorExternalState::getNextApplierBatch()Benety Goh2018-05-091-0/+5
* SERVER-32335 remove unused initial sync functions from DataReplicatorExternal...Benety Goh2018-03-221-23/+3
* SERVER-32335 extend InitialSyncer external state function multiApply function...Benety Goh2018-03-221-6/+4
* SERVER-32332 remove makeSteadyStateOplogBuffer() from ReplicationCoordinatorE...Benety Goh2018-03-121-2/+0
* SERVER-33732 extend SyncTail::MultiSyncApplyFunc to accept an OperationContextBenety Goh2018-03-091-4/+9
* 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-4/+10
* SERVER-33290 Remove DataReplicatorExternalState::_multiSyncApplyJudah Schvimer2018-02-141-2/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-2/+2
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-02-151-3/+6
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Spencer T Brody2017-01-041-0/+1
* SERVER-27052 added asynchronous operation support to DataReplicatorBenety Goh2016-12-061-1/+7
* SERVER-26572 move fetchCount to DataReplicatorJudah Schvimer2016-10-261-5/+3
* SERVER-26572 Reset stopTimestamp in DataReplicator when initial sync apply ph...Judah Schvimer2016-10-191-2/+5
* SERVER-25403 DataReplicator initial sync should be resilient to applier failu...Siyuan Zhou2016-09-211-3/+3
* SERVER-25069 added DataReplicatorExternalState::getDbWorkThreadPool()Benety Goh2016-07-151-0/+5
* SERVER-23750 added getCurrentConfig to DataReplicatorExternalState to get cur...Benety Goh2016-06-291-0/+4
* SERVER-24784 migrated MultiApplier to use task executor instead of replicatio...Benety Goh2016-06-281-0/+3
* SERVER-24784 BackgroundSync uses task executor from ReplicationCoordinatorExt...Benety Goh2016-06-271-0/+2
* SERVER-24242 Stop copying OplogEntries so muchMathias Stearn2016-06-221-3/+3
* SERVER-24490 provide operation context to steady state oplog buffer factoryJudah Schvimer2016-06-221-1/+1
* SERVER-24490 oplog buffer collection should use storage interfaceBenety Goh2016-06-201-1/+1
* SERVER-24492 replication coordinator external state creates oplog buffer for ...Benety Goh2016-06-141-0/+2
* SERVER-24492 Add server parameter and factory function to choose oplog buffer...Judah Schvimer2016-06-141-0/+2
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-06-011-2/+1
* Revert "SERVER-24222 Update current known primary from command metadata"Eric Milkie2016-05-311-1/+2
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-05-271-2/+1
* SERVER-23308 integrated repl::multiApply into data replicatorBenety Goh2016-05-241-0/+15
* SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcherBenety Goh2016-04-081-0/+70