summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/apply_ops.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57173: BACKPORT-9321 Add distinction to oplog application when data is...Andrew Shuvalov2021-06-071-3/+9
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-10-301-1/+1
* SERVER-47469 Upgrade lock mode for applyOps + system.viewsCharlie Swanson2020-09-181-1/+2
* SERVER-41437 minor transaction_oplog_application.js clean upJudah Schvimer2019-10-111-10/+3
* SERVER-41959 Ensure that we gracefully reject all forms of transaction oplog ...William Schultz2019-08-151-0/+1
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-8/+3
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-271-2/+11
* SERVER-40677 Support implicit prepare of multiple applyOps entries on a secon...Jason Chan2019-05-131-118/+1
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-2/+4
* SERVER-40673 Support applyOps with partialTxn on secondary for transactions.Matthew Russotto2019-04-251-7/+11
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-39790 Reconstruct prepared transactions from new oplog format on startupMatthew Russotto2019-04-081-5/+2
* SERVER-39782 Replaying prepared transaction writes for commit oplog entry...Suganthi Mani2019-03-281-0/+2
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-3/+4
* SERVER-38297 Cleanup SyncTail and OplogApplierImplKaloian Manassiev2019-03-131-1/+1
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-4/+3
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-3/+4
* SERVER-38588 block application of prepare oplog entry on secondaries when a c...Eric Milkie2019-03-081-0/+13
* SERVER-37348 Make replication applier batches uninterruptibleMatthew Saltz2019-02-251-0/+11
* SERVER-35872 reconstruct prepared transactions on rollback, fastcount inaccuratePavi Vetriselvan2019-02-221-1/+1
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-3/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39206 Avoid PBWM lock conflicts for prepared transaction on startupSiyuan Zhou2019-02-111-0/+2
* SERVER-36489 Start initial sync oplog fetching from the 'oldest active transa...Samy Lanka2019-02-111-5/+14
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-2/+4
* SERVER-35879 Reconstitute prepared transactions at end of startup recoverySamy Lanka2018-12-141-19/+35
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-161-1/+1
* SERVER-37665 Get rid of the 'checkOutSession' parameter of OperationContextSe...Kaloian Manassiev2018-11-161-2/+2
* SERVER-35877 Secondaries commit transactions when applying commitTransaction ...Siyuan Zhou2018-11-061-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35877 Push down session checkout into secondary application of transac...Siyuan Zhou2018-10-151-34/+51
* SERVER-37480 Use OplogEntry in command oplog applicationSiyuan Zhou2018-10-111-2/+12
* SERVER-35879 Deal with abortTransaction and prepareTransaction oplog entries ...Samy Lanka2018-10-091-2/+11
* SERVER-37505 Run applyOps with prepare: true in its own batch in MultiApplier.Siyuan Zhou2018-10-081-2/+7
* SERVER-35875 Secondaries abort transactions when applying abortTransaction op...Siyuan Zhou2018-09-261-23/+27
* SERVER-35307 Fix unused varialbe compile errors on some platforms.Siyuan Zhou2018-09-131-2/+6
* SERVER-35307 Support prepared transactions on secondaries and immediately abo...Siyuan Zhou2018-09-131-2/+54
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-60/+10
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-111-9/+0
* SERVER-35131 Remove system.namespaces and system.indexes-specific UUID handli...Audrey Fang2018-07-031-2/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-2/+2
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-2/+2
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-2/+2
* SERVER-33854 Avoid accessing invalid memory in applyOpsXiangyu Yao2018-03-231-1/+1
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-2/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1