summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_applier_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-0/+5
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-5/+0
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+5
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-121-11/+22
* Revert "SERVER-66715 Add tenant lock"Tommaso Tocci2023-04-051-22/+11
* SERVER-72502 Implement OplogBatcher changes for parallelizing prepared transa...Wenbin Zhu2023-04-051-11/+5
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+2
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-041-11/+22
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-5/+0
* SERVER-73119 Update top-level prepared txn states during secondary oplog appl...Wenbin Zhu2023-03-291-38/+45
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-0/+5
* SERVER-74544 Move and rename `SetAdmissionPriorityForLock`Gregory Noma2023-03-131-6/+6
* SERVER-73118 Implement split prepare/commit/abort oplog application on second...Wenbin Zhu2023-02-271-5/+4
* Revert "SERVER-73118 Implement split prepare/commit/abort oplog application o...liubov.molchanova2023-02-261-4/+5
* SERVER-73118 Implement split prepare/commit/abort oplog application on second...Wenbin Zhu2023-02-251-5/+4
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-72762 Split commit and abort entries during secondary oplog application.Wenbin Zhu2023-02-091-13/+15
* SERVER-70905 add missing invariantBenety Goh2023-02-041-0/+1
* SERVER-70905 oplog application handles large batched writesBenety Goh2023-02-031-22/+55
* SERVER-72761 Split prepareTransaction oplog entries during secondary oplog ap...Wenbin Zhu2023-01-251-16/+40
* SERVER-73131 add invariant for abortTransaction and cached partial transactio...Benety Goh2023-01-201-2/+4
* SERVER-72500: Change oplog application to work on batches of ApplierOperation...Daniel Gottlieb2023-01-101-6/+6
* 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