summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_applier_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58410: Make minValid writes untimestampedLingzhi Deng2022-01-151-9/+4
* SERVER-58385 StorageInterface::setIndexIsMultikey() accepts collection UUIDBenety Goh2021-07-191-0/+1
* SERVER-57173: Add distinction to oplog application when data is inconsistent.Daniel Gottlieb2021-06-051-17/+26
* SERVER-56054: Change minThreads value for replication writer thread pool to 0Lingzhi Deng2021-04-281-5/+6
* SERVER-55305 Do not coalesce updates across different txnNumbers for retryabl...Jason Chan2021-04-271-0/+8
* SERVER-55380 Serialize oplog application of writes to the tenant migration na...Jason Chan2021-04-211-0/+16
* SERVER-51334: Only allow the temporary resharding collection on FCV 4.7+Daniel Gottlieb2021-03-241-0/+1
* SERVER-48593 createIndexForApplyOps() should always relax index build constra...Bynn Lee2021-03-151-1/+1
* SERVER-54938 Only flush journal once per batch on secondary oplog applicationJason Chan2021-03-061-7/+0
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-5/+3
* 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