summaryrefslogtreecommitdiff
path: root/src/mongo/db/session_catalog_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66993 Stop tracking highest child session txnNumberJack Mulrow2022-06-071-26/+0
* SERVER-66777 Ensure that internal transactions do not get interrupted by logi...Cheahuychou Mao2022-06-021-5/+59
* SERVER-66566 Optimize scanning SessionCatalog when refreshing retryable write...Cheahuychou Mao2022-05-191-0/+26
* SERVER-62479 Reap sessions for the same retryable write atomicallyCheahuychou Mao2022-04-181-55/+319
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-301-5/+5
* SERVER-64605 Allow internal sessions on standalone replica setsJack Mulrow2022-03-171-23/+0
* SERVER-63978 Killing a child session should prevent checking out its parentJack Mulrow2022-02-251-141/+275
* SERVER-62020 Make retryable write statements executed with or without interna...Cheahuychou Mao2022-01-141-2/+8
* SERVER-61086 Make transaction participants check if internal transactions are...Jason Zhang2021-12-021-15/+0
* 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