summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41035 Rollback should kill all user operations before taking RSTL lock...Judah Schvimer2019-05-173-1/+94
* SERVER-40041 block prepared transactions behind index builds during initial syncEric Milkie2019-05-171-3/+7
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-05-171-19/+20
* SERVER-41025 parse embedded operation count using new implicit commit format ...Benety Goh2019-05-162-12/+19
* Revert "SERVER-40041 block prepared transactions behind index builds during i...Benety Goh2019-05-161-7/+3
* SERVER-40566 fix fast count when rolling back a large prepared transactionBenety Goh2019-05-161-20/+9
* SERVER-40566 fix fast count when rolling back a large unprepared transactionBenety Goh2019-05-162-4/+15
* SERVER-40041 block prepared transactions behind index builds during initial syncEric Milkie2019-05-161-3/+7
* SERVER-40566 add RollbackImpl::_processRollbackOpForApplyOps()Benety Goh2019-05-162-13/+29
* SERVER-40566 add test cases for rolling back unprepared transactionsBenety Goh2019-05-162-0/+119
* SERVER-40898 Immediately clear config.transactions table updatesBlake Oler2019-05-162-3/+149
* SERVER-41022 Remove dependency on expressions_mongod_only in parsed_update li...Nick Zolnierz2019-05-161-2/+5
* SERVER-40700 kill read prepare conflicts during step downPavi Vetriselvan2019-05-162-1/+4
* SERVER-37988 Recover locks on step up at the beginning of the state transitio...Gregory Wlodarek2019-05-151-6/+3
* SERVER-40763 Remove the inTxn field from oplog entriesJason Chan2019-05-158-57/+14
* SERVER-39794 Abort in-progress transactions on stepupSiyuan Zhou2019-05-142-2/+7
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-05-143-1/+24
* SERVER-39438 Write "abortTransaction" oplog entry when aborting unprepared tr...Jason Chan2019-05-141-6/+9
* SERVER-40937 change DB X lock to IX lock during secondary multikey updatesPavi Vetriselvan2019-05-141-1/+1
* SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...Kaloian Manassiev2019-05-142-3/+3
* SERVER-41090 remove noop oplog entry DB X lock acquisitionJudah Schvimer2019-05-131-7/+2
* SERVER-40677 Support implicit prepare of multiple applyOps entries on a secon...Jason Chan2019-05-1312-245/+391
* SERVER-41081 do_not_advance_commit_point_beyond_last_applied_term.js must wai...Tess Avitabile2019-05-131-0/+1
* SERVER-40728 remove commitTransaction handling for unprepared transactionsBenety Goh2019-05-102-51/+0
* SERVER-41075 Remove `mongo/repl/replication_coordinator.h` from op-context vi...ADAM David Alan Martin2019-05-103-0/+39
* SERVER-41006 Make replBatchLimitBytes configurableTess Avitabile2019-05-105-10/+18
* SERVER-41036 Make ReadWriteAbility::_canAcceptNonLocalWrites an AtomicWord<bool>Vesselina Ratcheva2019-05-092-5/+5
* SERVER-40614 Make rollback errors fatal between aborting and reconstructing p...Vesselina Ratcheva2019-05-093-212/+198
* Revert "SERVER-41006 Make replBatchLimitBytes configurable"Siyuan Zhou2019-05-085-18/+10
* SERVER-41006 Make replBatchLimitBytes configurableTess Avitabile2019-05-085-10/+18
* SERVER-39498 Make rollback trigger a lazy (rather than blocking) reload of th...Matthew Saltz2019-05-081-8/+3
* SERVER-41054 Trivially increased heartbeat logging for connection problemsBen Caimano2019-05-082-3/+6
* SERVER-40248 Return correct operation to apply for update oplog entriesJudah Schvimer2019-05-076-35/+150
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-0712-47/+51
* SERVER-40964 Change lookupNSSByUUID to return boost::optional<NamespaceString...Gregory Wlodarek2019-05-075-71/+82
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-0620-112/+204
* SERVER-39797 Rollback implicit commit applyOps oplog entry in rollback-via-re...Matthew Russotto2019-05-063-44/+416
* SERVER-40765 TaskExecutor inherits from OutOfLineExecutorA. Jesse Jiryu Davis2019-05-043-6/+7
* SERVER-40854 do not delete side table records while we are still have an acti...Benety Goh2019-05-031-4/+0
* SERVER-40854 temporarily disable failing StorageInterfaceImplTest test casesBenety Goh2019-05-031-0/+4
* SERVER-37837 Move `config.transactions` manipulation out of SessionsCollectionKaloian Manassiev2019-05-021-2/+0
* SERVER-40675 extract and commit chain of oplog entries for unprepared transac...Benety Goh2019-05-022-32/+53
* SERVER-39868 Avoid throttling replica set electionsMaria van Keulen2019-05-0111-2/+52
* SERVER-40353 Track read concern majority wall clock timeMaria van Keulen2019-04-3010-131/+214
* SERVER-39796 Ignore “inTxn” operations and “abort” in rollback-via-re...Matthew Russotto2019-04-302-3/+146
* SERVER-40515 Remove usage of UUIDCatalog::prev() and UUIDCatalog::next() in d...Gregory Wlodarek2019-04-292-2/+38
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-268-26/+32
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-3/+7
* SERVER-40674 Record all transaction operations as single entry applyOps on pr...Jason Chan2019-04-261-1/+2
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-2/+3