summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_applier_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72584 ensure that oplog entries for partial transactions have both log...Benety Goh2023-01-061-0/+5
* SERVER-70721 Rename SetTicketAquisitionPriorityForLock to SetAdmissionPriorit...Haley Connelly2022-10-311-10/+11
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-10/+15
* SERVER-70264 make slowMS and sampleRate atomicMatt Diener2022-10-121-1/+1
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-2/+2
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-151-3/+3
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-1/+1
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-0/+1
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-5/+3
* SERVER-66634 Make changes to the startup recovery and initial-sync for the ch...Rishab Joshi2022-07-081-18/+85
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-3/+3
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-7/+4
* SERVER-66919: Serialize all writes to tenant migration namespacesChristopher Caplinger2022-06-231-15/+0
* SERVER-65657 Reduce calls to the cappedInsertNotifier for the oplogMatthew Russotto2022-06-011-0/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+0
* 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