summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_session_cache_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+3
|
* SERVER-42508 Get rid of some additional unused code in SessionsCollectionKaloian Manassiev2019-10-311-6/+3
| | | | ... and also improve comments.
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
|
* SERVER-41193 Get rid of LogicalSessionCache promote and refreshSessionsKaloian Manassiev2019-05-241-14/+6
| | | | Substitutes the uses with calls to vivify.
* SERVER-41193 Get rid of the `refreshSessionsInternal` commandKaloian Manassiev2019-05-211-7/+3
|
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-091-25/+12
| | | | | | | | | This change gets rid of the TransactionReaper's usage of the ReplicationCoordinator for checking whether it is primary or not and makes the LogicalSessionCache joinable on shutdown. It also removes the TransactionReaper's grouping per-shard optimization and moves it all under SessionCollectionSharded.
* SERVER-37837 Move `config.transactions` manipulation out of SessionsCollectionKaloian Manassiev2019-05-021-40/+14
|
* 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-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
|
* SERVER-36850 Add a replica set passthrough suite to detect errors in the ↵Blake Oler2018-09-211-7/+7
| | | | | | | logical session cache SERVER-36986 Blacklist tests not meant to run concurrently with a background logical session cache refresh thread SERVER-37187 Temporarily disable oplog validation in the validateCollections hook in logical session cache suites
* SERVER-33697 Provide sanity check on the number of cached sessionsCheahuychou Mao2018-07-091-3/+3
|
* SERVER-35188 Rename ServiceLiason* types to ServiceLiaison*Jack Mulrow2018-05-311-4/+4
|
* SERVER-31565 Add stats about logical sessions background jobs to serverStatusJason Carey2017-11-071-0/+6
|
* Revert "SERVER-31565 Add stats about logical sessions background jobs to ↵Ian Whalen2017-11-021-6/+0
| | | | | | serverStatus" This reverts commit 7cd8508b06e1574bea211dff054855b70b7cc20e.
* SERVER-31565 Add stats about logical sessions background jobs to serverStatussamantharitter2017-11-011-0/+6
|
* SERVER-31565 Remove unused logical session cache methodsamantharitter2017-11-011-2/+0
|
* SERVER-28336 endSessions commandGabriel Russell2017-09-211-13/+11
|
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-201-2/+12
|
* SERVER-29628 $listLocalSessions aggregation stageSara Golemon2017-08-231-1/+8
|
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-0/+154
Ensure we properly vivify session records on ingress.