summaryrefslogtreecommitdiff
path: root/src/mongo/db/kill_sessions_local.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-07-291-0/+6
|
* Revert "SERVER-47645 Must invalidate all sessions on stepdown"Tess Avitabile2020-06-091-6/+0
| | | | This reverts commit 5f1a69aaf69bc12124f68e7b489a1437f9cdd575.
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-06-041-0/+6
|
* SERVER-38456 On shutdown, stepdown and FCV downgrade only kill sessions with ↵Kaloian Manassiev2019-03-061-1/+2
| | | | multi-statement transactions
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-38282 Yield locks for prepared transactions on stepdown.Siyuan Zhou2019-01-241-0/+5
|
* SERVER-36485 killSessions to ignore sessions with prepared transactionsMisha Tyulenev2019-01-161-3/+3
|
* SERVER-36493 invalidate in-memory state of prepared txns on repl rollbackPavi Vetriselvan2018-12-101-0/+5
|
* SERVER-37244 Make sessions killable outside of the ↵Kaloian Manassiev2018-10-311-1/+2
| | | | Session/TransactionParticipant object
* SERVER-37711 Revert commits related to lock yielding for prepared ↵Kaloian Manassiev2018-10-251-10/+0
| | | | | | | | | | | transactions on step down This change reverts the following commits: * SERVER-35870 Allow stepdown to work with prepared transactions (f96903979ac329a760e7b6f1bb5d8695d3daf2a7) * SERVER-36913 Add functionality to LockManager for repl state transitions with prepared transactions (e65ff57e108ed69c46cc0b0ccbdd675663de2469) * SERVER-35870 Allow more than one thread to block Session checkout at a time (9406af079a894bae80fbbec4703b04974bf84476) * SERVER-35870 Add functionality to prevent Session checkouts & wait for all Sessions to be checked in (c6d90316d6b694e12426274c713a4a078e004fc5)
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
|
* SERVER-35870 Allow stepdown to work with prepared transactionsSpencer T Brody2018-09-281-0/+10
|
* SERVER-35817 Allow shutdowns while prepared transactions are in-flightSpencer T Brody2018-09-131-0/+5
|
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-081-8/+1
|
* SERVER-33690 Transaction abort and commit should kill any associated client ↵James Wahlin2018-04-161-1/+8
| | | | cursors
* SERVER-33295 Periodic task to check for and kill expired transactions.Dianna Hohensee2018-04-131-0/+8
| | | | (Adding a new int server parameter 'transactionLifetimeLimitSeconds'.)
* SERVER-33669 Stepdown and shutdown should abort all uncommitted transactionsTess Avitabile2018-03-201-0/+6
|
* SERVER-33672 Make killSessionsLocal() kill any matching SessionsTess Avitabile2018-03-141-5/+3
|
* SERVER-28338 KillSessions SupportJason Carey2017-08-171-0/+44