summaryrefslogtreecommitdiff
path: root/src/mongo/s/session_catalog_router.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-66992 Optimize how often SessionCatalog mutex is heldJack Mulrow2022-06-031-1/+1
* SERVER-66850 Make the LogicalSessionCache reaper only scan parent sessions wh...Cheahuychou Mao2022-05-311-12/+9
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62479 Reap sessions for the same retryable write atomicallyCheahuychou Mao2022-04-131-13/+41
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-301-5/+9
* SERVER-59186 Use transaction API for all current changing a document's shard ...Jack Mulrow2022-02-281-1/+18
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-301-1/+1
* SERVER-41376 Track time transactions on mongos are active and inactive and in...Jack Mulrow2019-08-191-2/+5
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-05-171-1/+27
* SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...Kaloian Manassiev2019-05-141-1/+1
* SERVER-37837 Get rid of TransactionReaper (Part 2)Kaloian Manassiev2019-05-091-0/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37245 Use the SessionCatalog to track sessions on MongoSKaloian Manassiev2018-11-191-0/+44