summaryrefslogtreecommitdiff
path: root/src/mongo/db/kill_sessions_local.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37244 Make sessions killable outside of the Session/TransactionPartici...Kaloian Manassiev2018-10-311-20/+74
* SERVER-37244 Pull the Session state management from SessionRuntimeInfo into S...Kaloian Manassiev2018-10-301-12/+7
* SERVER-37711 Revert commits related to lock yielding for prepared transaction...Kaloian Manassiev2018-10-251-11/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37244 Move MongoD-specific code out of SessionCatalogKaloian Manassiev2018-10-121-29/+40
* SERVER-35870 Allow stepdown to work with prepared transactionsSpencer T Brody2018-09-281-0/+11
* SERVER-35817 Allow shutdowns while prepared transactions are in-flightSpencer T Brody2018-09-131-0/+9
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-14/+6
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-081-12/+3
* SERVER-34800 The transaction aborter thread uses 0-second lock acquisition ti...Dianna Hohensee2018-05-151-1/+21
* SERVER-34795 killSessions should kill transactions prior to killing cursorsTess Avitabile2018-05-081-2/+2
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-3/+12
* SERVER-33295 Periodic task to check for and kill expired transactions.Dianna Hohensee2018-04-131-0/+9
* SERVER-33217 Add abortTransaction command.Siyuan Zhou2018-03-221-1/+1
* SERVER-33669 Stepdown and shutdown should abort all uncommitted transactionsTess Avitabile2018-03-201-1/+1
* SERVER-33672 Make killSessionsLocal() kill any matching SessionsTess Avitabile2018-03-141-11/+17
* SERVER-31565 Add stats about logical sessions background jobs to serverStatusJason Carey2017-11-071-1/+2
* Revert "SERVER-31565 Add stats about logical sessions background jobs to serv...Ian Whalen2017-11-021-2/+1
* SERVER-31565 Add stats about logical sessions background jobs to serverStatussamantharitter2017-11-011-1/+2
* SERVER-28338 KillSessions SupportJason Carey2017-08-171-0/+63