summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_applier_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46219 Unittests always uses text even if the server uses JSON.Henrik Edin2020-02-181-2/+5
* SERVER-45138 Add MONGO_CONFIG_JSON_LOG_DEFAULT define to use JSON logs by def...Henrik Edin2020-02-141-1/+1
* SERVER-45822 Manually convert slow query and slow query-like logsMark Benvenuto2020-02-141-9/+24
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-25/+39
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-071-7/+12
* Revert "SERVER-43069: Condition logging for slow ops on sample rate"Xuerui Fa2020-02-071-12/+7
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-051-7/+12
* SERVER-45721 truncation using the oplogTruncateAfterPoint is always non-inclu...Dianna Hohensee2020-01-291-1/+2
* SERVER-45558 Revert logging additions for TLA+ Trace Checker projectA. Jesse Jiryu Davis2020-01-291-6/+0
* SERVER-44852 Handle transactions with commands during oplog applicationMaria van Keulen2020-01-141-17/+49
* SERVER-43589 Trace logging for RaftMongo.tlaA. Jesse Jiryu Davis2019-12-101-5/+6
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+2
* SERVER-43000 Rename OpQueueBatcher to OplogBatcherA. Jesse Jiryu Davis2019-11-221-4/+4
* SERVER-44467 Implement startup recovery for two-phase index buildsLouis Williams2019-11-211-3/+11
* SERVER-43000 Rename OpQueue to OplogBatchA. Jesse Jiryu Davis2019-11-211-2/+2
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-211-15/+16
* SERVER-43001 Move BatchLimits to OpQueueBatcherHaley Connelly2019-11-181-9/+2
* SERVER-44076 create TLA+ Trace Checking logging frameworkJudah Schvimer2019-11-141-0/+5
* SERVER-44533 Remove obsolete TODOA. Jesse Jiryu Davis2019-11-121-2/+0
* SERVER-44180 repl batch applier thread should prompt WiredTigerJournalFlusher...Dianna Hohensee2019-11-051-4/+6
* SERVER-44303 Make OplogApplierImpl own OpQueueBatcherHaley Connelly2019-10-311-6/+13
* SERVER-41513 Track the time the new term oplog entry was written by primary a...Xuerui Fa2019-10-151-1/+10
* SERVER-43885 Rename OplogApplierImpl methodsMihai Andrei2019-10-141-108/+114
* Revert SERVER-41513Xuerui Fa2019-10-141-11/+0
* SERVER-41513 Track the time the new term oplog entry was written by primary a...Xuerui Fa2019-10-141-0/+11
* SERVER-42998 Make multiSyncApply non-configurableMihai Andrei2019-10-101-107/+93
* Revert SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-091-1/+4
* SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-081-4/+1
* SERVER-43703 On shutdown check rsSyncApplyStop is disabledA. Jesse Jiryu Davis2019-10-051-9/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-021-15/+520
* SERVER-43344 Move shutdown, multiApply, and scheduleWritesToOplog from SyncTa...Mihai Andrei2019-09-301-12/+244
* SERVER-43327 Move runLoop from SyncTail to OplogApplierImpl and move OpQueueB...Mihai Andrei2019-09-231-1/+236
* SERVER-42995 Remove redundant SyncTail methodsMihai Andrei2019-09-121-1/+1
* SERVER-42039 Remove redundant OplogApplier optionsA. Jesse Jiryu Davis2019-09-041-3/+1
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-07-021-4/+3
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-191-2/+3
* SERVER-39950 SyncTail::oplogApplication() accepts OplogApplier::GetNextApplie...Benety Goh2019-04-061-1/+4
* SERVER-38297 Cleanup SyncTail and OplogApplierImplKaloian Manassiev2019-03-131-5/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36489 Start initial sync oplog fetching from the 'oldest active transa...Samy Lanka2019-02-111-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32335 split OplogApplier into interface and implementationBenety Goh2018-05-311-0/+64