summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/multiapplier.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-211-10/+3
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32335 remove unnecessary applyOperationFn constructor argument from Mu...Benety Goh2018-05-021-13/+2
* SERVER-33732 extend SyncTail::MultiSyncApplyFunc to accept an OperationContextBenety Goh2018-03-091-4/+6
* SERVER-33290 secondaries must set multikey before releasing parallel batch wr...Judah Schvimer2018-02-161-1/+2
* SERVER-31387 oplog application conflates upserting with being in steady state...Judah Schvimer2017-10-301-2/+2
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-061-10/+0
* SERVER-27052 MultiApplier clears MultiApplier::_onCompletion on completion to...Benety Goh2016-11-301-3/+26
* SERVER-26117 renameCollection 'c' op should restart initial sync upon applica...Siyuan Zhou2016-09-261-1/+1
* SERVER-25403 DataReplicator initial sync should be resilient to applier failu...Siyuan Zhou2016-09-211-1/+1
* SERVER-25031 removed unused function MultiApplier::applyUntilAndPauseBenety Goh2016-08-301-23/+0
* SERVER-25031 removed redundant arguments from MultiApplier callback. These va...Benety Goh2016-08-291-6/+3
* SERVER-25281 renamed MultiApplier lifecycle functions""Benety Goh2016-07-261-3/+3
* Revert "SERVER-25114 renamed MultiApplier lifecycle functions"Benety Goh2016-07-261-3/+3
* SERVER-25114 renamed MultiApplier lifecycle functionsBenety Goh2016-07-261-3/+3
* SERVER-23476: logging before wait/join DR::_waitOnAndResetAll_inlockScott Hernandez2016-07-231-0/+5
* SERVER-24784 migrated MultiApplier to use task executor instead of replicatio...Benety Goh2016-06-281-6/+6
* SERVER-24242 Stop copying OplogEntries so muchMathias Stearn2016-06-221-2/+4
* SERVER-24292 repl::multiApply uses external thread poolBenety Goh2016-05-261-2/+0
* SERVER-22858 create a new Applier which wraps multiApplymatt dannenberg2016-03-241-0/+184
* Revert "SERVER-22858 create a new Applier which wraps multiApply"Max Hirschhorn2016-03-231-184/+0
* SERVER-22858 create a new Applier which wraps multiApplymatt dannenberg2016-03-231-0/+184