summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-5/+4
* SERVER-39807 Remove the server parameter gating large transactionsMatthew Russotto2019-06-061-4/+0
* SERVER-41157 Remove abortguard when committing unprepared transactionsJason Chan2019-06-061-107/+0
* SERVER-41317 Push commit transaction's check for a majority-committed prepare...Vesselina Ratcheva2019-05-291-7/+18
* SERVER-39811 Add a threshold of the total size of buffered oplog entries in a...Matthew Russotto2019-05-231-0/+27
* SERVER-39489 Remove optime creation in TransactionParticipantJudah Schvimer2019-05-221-2/+1
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-2/+1
* SERVER-39438 Write "abortTransaction" oplog entry when aborting unprepared tr...Jason Chan2019-05-141-1/+88
* SERVER-40498 Side transaction keeps the same lockerSiyuan Zhou2019-05-031-6/+6
* SERVER-40808 Recovering a transaction's outcome should block if the participa...Esha Maharishi2019-05-021-0/+77
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-021-1/+1
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-4/+4
* SERVER-40018 Remove oldestOplogEntryOpTime from TransactionMetricsObserver an...Samy Lanka2019-04-171-22/+11
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-40105 fix unittestsLouis Williams2019-04-121-12/+14
* SERVER-40329: Log all transactions at TXN verbosity levels >= 1Lingzhi Deng2019-04-091-0/+49
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+1
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-1/+2
* SERVER-40018 Remove ServerTransactionMetrics::getOldestActiveOpTime and suppo...Samy Lanka2019-04-031-166/+3
* SERVER-38139 prepareTransaction will error if transaction operations were don...Dianna Hohensee2019-04-021-11/+58
* SERVER-39690: Fix prepared transaction metrics after exceptions in prepareLingzhi Deng2019-04-021-0/+39
* Revert "SERVER-35811 disallow committing at the prepareTimestamp and pin stab...Pavi Vetriselvan2019-04-011-184/+22
* SERVER-39840 Add kExecutedRetryableWrite state to allow unstarted retryable w...Blake Oler2019-03-291-19/+20
* SERVER-39679 Get oldest transaction time when snapshottingA. Jesse Jiryu Davis2019-03-211-0/+89
* SERVER-40051 Make committingWithoutPrepare state uninterruptibleJudah Schvimer2019-03-201-0/+2
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-111-3/+3
* Revert "SERVER-39441 Write the new 'prepareTransaction' command on primary"Benety Goh2019-03-071-3/+3
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-071-3/+3
* SERVER-39874 Make shard return readOnly bool in response to successful transa...Esha Maharishi2019-03-071-0/+70
* SERVER-38456 On shutdown, stepdown and FCV downgrade only kill sessions with ...Kaloian Manassiev2019-03-061-8/+35
* SERVER-39139 Disallow starting transactions on secondariesVesselina Ratcheva2019-03-061-0/+45
* SERVER-39732 Migrate transaction participant set parameters to IDLSara Golemon2019-03-011-2/+3
* Revert "SERVER-39139 Disallow starting transactions on secondaries"Vesselina Ratcheva2019-02-271-45/+0
* SERVER-39139 Disallow starting transactions on secondariesVesselina Ratcheva2019-02-261-0/+45
* SERVER-39561 Split OpObserver::onTransactionCommit() into two functions for u...Blake Oler2019-02-201-74/+75
* SERVER-39425 Improve lock acquisition contractXiangyu Yao2019-02-201-6/+2
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-890/+556
* SERVER-39437 Add test to ensure secondaries can abort non-existent transactions.Jason Chan2019-02-141-0/+25
* SERVER-39206 Avoid PBWM lock conflicts for prepared transaction on startupSiyuan Zhou2019-02-111-0/+1
* SERVER-38866 Pass finishOpTime into commitPreparedTransaction on secondaries.Jason Chan2019-02-061-23/+87
* SERVER-39017 Allow prepared transaction statements to persist in-memory until...Blake Oler2019-02-011-21/+55
* SERVER-37315 Remove 'nmoved' and 'incrementNmoved()' from OpDebugArun Banala2019-01-301-9/+3
* SERVER-38620 Set _prepareOpTime in prepareTransaction if transaction is in re...Jason Chan2019-01-301-0/+21
* SERVER-39124 Mongos should abort cleared participants between retries of tran...Jack Mulrow2019-01-291-7/+9
* SERVER-38978 coordinateCommitTransaction should send abortTransaction over th...Esha Maharishi2019-01-241-381/+0
* SERVER-39083 SERVER-38423 improve transaction stats for slow transaction logsJudah Schvimer2019-01-221-14/+39
* SERVER-38810 Simplify correct usage of locking in Session/SessionCatalog.Andy Schwerin2019-01-101-3/+2
* SERVER-36639 Disallow restarting txn at active txn number if shard has aborte...Jack Mulrow2019-01-091-3/+29