summaryrefslogtreecommitdiff
path: root/src/mongo/db/session_catalog_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60530 Throw InternalTransactionNotSupported instead of InvalidOptions ...Jason Zhang2021-10-131-2/+4
* SERVER-59717 Remove stmtId from internal session id for retryable internal tr...Jonathan Lee2021-10-131-26/+26
* SERVER-59703 Only support child sessions in sharded clustersJonathan Lee2021-09-281-0/+23
* SERVER-58755 Manage lifetime of internal sessions and transactionsJason Zhang2021-09-141-22/+259
* SERVER-58751 Make logical session cache track related sessions as one logical...Cheahuychou Mao2021-08-141-0/+24
* SERVER-58751 Support internal sessionsCheahuychou Mao2021-08-141-243/+522
* SERVER-44978 Remove accidentally added usage of getGlobalServiceContext() fro...Kaloian Manassiev2020-02-261-2/+2
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-171-2/+4
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-18/+24
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-05-171-0/+102
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38810 Simplify correct usage of locking in Session/SessionCatalog.Andy Schwerin2019-01-101-41/+45
* SERVER-38429 fix lintBenety Goh2018-12-191-1/+1
* SERVER-38429 Signal all threads waiting for checking out session on session c...Siyuan Zhou2018-12-191-0/+60
* SERVER-38224 Allow sessions to have more than one outstanding kill requestKaloian Manassiev2018-12-121-10/+33
* SERVER-37923 Make chunk migration check-out the sessionKaloian Manassiev2018-12-061-81/+37
* SERVER-37245 Use the SessionCatalog to track sessions on MongoSKaloian Manassiev2018-11-191-2/+2
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-6/+0
* SERVER-37665 Add interface to explicitly checkin/checkout the OpContext sessionKaloian Manassiev2018-11-161-0/+31
* SERVER-37665 Get rid of the 'checkOutSession' parameter of OperationContextSe...Kaloian Manassiev2018-11-161-32/+20
* SERVER-36473 Make a dedicated RAII class to manage Client lifetimeGregory Wlodarek2018-11-081-12/+6
* SERVER-37244 Fix race condition due to thread execution timing in session_cat...Kaloian Manassiev2018-11-021-24/+29
* SERVER-37244 Make sessions killable outside of the Session/TransactionPartici...Kaloian Manassiev2018-10-311-1/+244
* SERVER-37244 Pull the Session state management from SessionRuntimeInfo into S...Kaloian Manassiev2018-10-301-45/+49
* SERVER-37711 Revert commits related to lock yielding for prepared transaction...Kaloian Manassiev2018-10-251-103/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37244 Move MongoD-specific code out of SessionCatalogKaloian Manassiev2018-10-121-11/+4
* SERVER-35870 Allow more than one thread to block Session checkout at a timeSpencer T Brody2018-09-281-0/+34
* SERVER-35870 Add functionality to prevent Session checkouts & wait for all Se...Spencer T Brody2018-09-171-0/+69
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-90/+5
* SERVER-35985 Destroy clients started in other threads.Max Hirschhorn2018-07-061-0/+3
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-191-6/+2
* SERVER-34811 Forbid reads and writes to the config, admin, and local database...Tess Avitabile2018-05-081-9/+15
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-3/+3
* SERVER-33501 Support retryable writes for commitTransaction commandSiyuan Zhou2018-04-111-2/+2
* Revert "SERVER-33501 Support retryable writes for commitTransaction command"William Schultz2018-04-111-2/+2
* SERVER-33501 Support retryable writes for commitTransaction commandSiyuan Zhou2018-04-101-2/+2
* SERVER-34051 Require autocommit=false on all transaction operations and add s...William Schultz2018-04-041-9/+9
* SERVER-33922 Remove nestingLevel from SessionCatalog, check for DBDirectClien...Spencer T Brody2018-03-201-7/+89
* SERVER-33669 Stepdown and shutdown should abort all uncommitted transactionsTess Avitabile2018-03-201-2/+1
* SERVER-33591 Cleanup interaction of write concerns and transactionsSiyuan Zhou2018-03-151-115/+7
* SERVER-33672 Make killSessionsLocal() kill any matching SessionsTess Avitabile2018-03-141-0/+36
* SERVER-33531 Read concern should be stashed with transaction resourcesTess Avitabile2018-03-071-21/+49
* SERVER-33440 DBDirectClient operations should be able to perform session chec...Tess Avitabile2018-02-231-6/+54
* SERVER-32880 Parse and add autocommit parameter to SessionPavithra Vetriselvan2018-02-211-11/+11
* SERVER-33223 Add transaction resource stashJames Wahlin2018-02-161-1/+48
* SERVER-30912 Only check out sessions for write commandsJack Mulrow2017-09-141-4/+19
* SERVER-30325 Simplify session transaction state maintenanceKaloian Manassiev2017-09-131-37/+36