summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_applier_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-121-2/+6
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-2/+3
* SERVER-48149 Move callers of RecoveryUnit::waitUntilDurable onto JournalFlush...Dianna Hohensee2020-08-281-3/+3
* SERVER-48860 Make migration oplog applier class apply oplog entries.Matthew Russotto2020-08-241-316/+33
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-12/+6
* SERVER-47845 Remove usage of ReplicationCoordinator::DataConsistency typeWilliam Schultz2020-07-161-21/+9
* SERVER-48628 sort oplog entries first in applier batches, for create ops in t...Eric Milkie2020-07-081-0/+17
* SERVER-47469 Upgrade lock mode for applyOps + system.viewsCharlie Swanson2020-06-051-4/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+0
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-28/+28
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-21/+30
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-2/+2
* SERVER-21700 Do not relax constraints during steady state replication.Matthew Russotto2020-03-121-17/+23
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-27/+8
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-12/+11
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-1/+2
* 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