summaryrefslogtreecommitdiff
path: root/src/mongo/db/kill_sessions_local.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ins...Jason Zhang2021-11-031-26/+30
* SERVER-60153 Replenish INFO level logging for elections and repl startup.Wenbin Zhu2021-10-041-0/+2
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-07-291-0/+20
* Revert "SERVER-47645 Must invalidate all sessions on stepdown"Tess Avitabile2020-06-091-20/+0
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-06-041-0/+20
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideMarcos José Grillo Ramírez2020-03-201-36/+32
* Revert "SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide...Marcos José Grillo Ramírez2020-03-171-32/+36
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide Files c...Marcos José Grillo Ramírez2020-03-171-36/+32
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-48/+57
* SERVER-42821 Improve error message when operation killed because it exceeded ...Janna Golden2019-08-261-1/+1
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-08-211-29/+45
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-2/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40164: Set kill reason ErrorCodes::InterruptedDueToStepDown for yieldL...Lingzhi Deng2019-05-281-1/+2
* SERVER-38456 On shutdown, stepdown and FCV downgrade only kill sessions with ...Kaloian Manassiev2019-03-061-12/+14
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-64/+50
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37456 Make the global CursorManager a decoration on ServiceContextAnton Korshunov2019-02-111-2/+1
* SERVER-39065 Delete withCursorManager() and visitAllCursorManagers().David Storch2019-01-311-1/+2
* SERVER-38282 Yield locks for prepared transactions on stepdown.Siyuan Zhou2019-01-241-0/+32
* SERVER-36485 killSessions to ignore sessions with prepared transactionsMisha Tyulenev2019-01-161-11/+14
* SERVER-38810 Simplify correct usage of locking in Session/SessionCatalog.Andy Schwerin2019-01-101-32/+36
* SERVER-36493 invalidate in-memory state of prepared txns on repl rollbackPavi Vetriselvan2018-12-101-0/+18
* SERVER-37923 Rename TransactionParticipant::getFromNonCheckedOutSession to be...Kaloian Manassiev2018-12-061-15/+9
* 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