summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-38800 OpObserver accepts numRecords for drop and rename operationsBenety Goh2019-01-081-0/+2
* SERVER-38282 Step-up reacquires locks for prepared transactionsSiyuan Zhou2019-01-071-2/+39
* SERVER-37991 Release ReplicationStateTransitionLock on prepare and reacquire ...Judah Schvimer2019-01-021-32/+136
* SERVER-38713 Get rid of transaction number equality checking from checkStatem...Kaloian Manassiev2018-12-221-2/+0
* SERVER-38677 Move all 'forTest' methods to a separate section of the header fileKaloian Manassiev2018-12-211-155/+142
* SERVER-38677 Remove the invalidations counter from TransactionParticipantKaloian Manassiev2018-12-181-2/+2
* SERVER-38684 fix unit tests to check and dereference boost::optional<T> in as...Benety Goh2018-12-181-14/+14
* SERVER-33683 Prevent deadlock in aggregate with transactionsIan Boros2018-12-171-38/+0
* SERVER-36493 invalidate in-memory state of prepared txns on repl rollbackPavi Vetriselvan2018-12-101-13/+112
* SERVER-38445 Fix Date_t addition with DurationMatthew Saltz2018-12-071-2/+2
* SERVER-37923 Rename TransactionParticipant::getFromNonCheckedOutSession to be...Kaloian Manassiev2018-12-061-2/+1
* SERVER-37923 Make chunk migration check-out the sessionKaloian Manassiev2018-12-061-194/+13