summaryrefslogtreecommitdiff
path: root/src/mongo/db/session.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57691 Return early in TxnResources if not in WUOWJason Chan2021-06-171-0/+3
* SERVER-50365 Use short WT transaction rollback timeout in the multi-document ...Gregory Noma2020-12-131-60/+72
* SERVER-51598 Add new abort_multi_stmt_txn_test suitesJason Chan2020-11-121-0/+15
* SERVER-43889 Distinguish between retryable write and transaction when failing...Ali Mir2020-04-071-10/+32
* SERVER-46238 Transaction will abort properly when expiring in the middle of c...Jason Chan2020-02-251-5/+5
* SERVER-37406 Save logical session id in the locker when stashing the transactionBenety Goh2020-01-141-0/+3
* SERVER-42398 On primary, abortTransaction and commitTransaction commands shou...Suganthi Mani2019-08-281-0/+9
* SERVER-40423: Move command validation from session to CommandHelpersLingzhi Deng2019-05-091-43/+0
* SERVER-40329: Log all transactions at TXN verbosity levels >= 1Lingzhi Deng2019-04-201-2/+3
* SERVER-38239 Added getOperationStatistics() API to fetch storage stats from W...Sulabh Mahajan2019-04-031-0/+63
* SERVER-40298 Track transaction sizeTess Avitabile2019-03-291-18/+23
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2019-03-041-9/+25
* SERVER-39847 Migrating session info can trigger fassert when destination shar...Randolph Tan2019-02-281-7/+6
* SERVER-38746 Improve error message when transaction aborts due to earlier com...Tess Avitabile2019-02-221-1/+3
* SERVER-38445 Fix Date_t addition with DurationMatthew Saltz2019-01-111-1/+1
* SERVER-37189 Record metrics correctly for transactions that fail prior to uns...Tess Avitabile2018-12-211-7/+15
* SERVER-38371 Do not skip subsequent session records if one session's migratio...Kaloian Manassiev2018-12-051-3/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-8/+10
* SERVER-36979 Aborting a transaction must abort WUOW before releasing locks.Matthew Russotto2018-10-191-1/+1
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-10-041-14/+18
* SERVER-35763 lastWriteDate field can get out of sync between repl set nodes d...Randolph Tan2018-10-041-9/+2
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-251-2/+6
* SERVER-36975 Fix race condition in read_concern_snapshot_catalog_invalidation.jsTess Avitabile2018-09-051-1/+5
* SERVER-35770 Running a multi-statement transaction when all WiredTiger write ...Matthew Russotto2018-08-241-2/+4
* SERVER-36685 Reverse order of Session and Client locksMatthew Russotto2018-08-231-23/+14
* SERVER-36685 Make transaction statistics accessible without Session mutexMatthew Russotto2018-08-231-98/+97
* SERVER-36331 Kill running op when a transaction expiresSpencer T Brody2018-08-221-7/+31
* SERVER-35433 Log slow transactions when aborting under commitsjinichu2018-08-161-0/+6
* SERVER-36294 Mark transaction as inactive when it is first marked as openWilliam Schultz2018-08-161-0/+3
* SERVER-35159 Track transactions latency and add to serverStatus outputNathan Louie2018-08-161-2/+9
* SERVER-36461 Add 'transaction' identifier to slow transaction log outputNathan Louie2018-08-161-1/+2
* SERVER-36414 Add readConcern to slow transaction loggingjinichu2018-08-161-7/+12
* SERVER-35433 Log slow transactions when they finishNathan Louie2018-08-161-15/+44
* SERVER-35432 Add a method for printing out information about a slow transactionNathan Louie2018-08-161-0/+48
* SERVER-35151 Track total number of active/inactive transactions in ServerTran...Nathan Louie2018-08-161-0/+17
* SERVER-35742 Update ServerTransactionsMetrics for failed commitsNathan Louie2018-08-161-0/+2
* SERVER-35149 Track total number of open transactions in ServerTransactionsMet...Nathan Louie2018-08-161-0/+3
* SERVER-35147 Track total number of committed and aborted transactions in Serv...Nathan Louie2018-08-161-0/+2
* SERVER-35146 Track total number of started transactionsNathan Louie2018-08-161-0/+2
* SERVER-35450 Add SingleTransactionStats::LastClientInfo to CurrentOp for inac...jinichu2018-08-071-4/+9
* SERVER-35168 Added ClientInfo to Session to track info about the last client ...jinichu2018-08-071-0/+15
* SERVER-35457 Add expiryTime to CurrentOp's transaction sub-documentjinichu2018-08-071-0/+4
* SERVER-35174 Added readConcern and readTimestamp to CurOp's transaction sub-d...jinichu2018-08-071-4/+10
* SERVER-35310 Added timeActiveMicros and timeInactiveMicros to CurrentOp's tra...jinichu2018-08-071-2/+10
* SERVER-35302 Added startWallClockTime to CurrentOp's transaction sub-documentjinichu2018-08-071-3/+6
* SERVER-35434 Added an OpDebug object to SingleTransactionStats to track aggre...jinichu2018-08-071-0/+18
* SERVER-35305 Added timeOpenMicros to CurrentOp's transaction sub-documentjinichu2018-08-071-0/+2
* SERVER-35173 Added autocommit value to currentOp's transaction sub-documentjinichu2018-08-071-2/+27
* SERVER-35308 Added timeActiveMicros field to SingleTransactionStats to measur...jinichu2018-08-061-7/+30
* SERVER-35300 Added startTime field to TxnStats to store the start time of a t...jinichu2018-08-061-1/+16