summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_session_cache_noop.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-42508 Get rid of some additional unused code in SessionsCollectionKaloian Manassiev2019-10-311-8/+2
| | | | ... and also improve comments.
* SERVER-41193 Get rid of LogicalSessionCache promote and refreshSessionsKaloian Manassiev2019-05-241-9/+0
| | | | Substitutes the uses with calls to vivify.
* SERVER-41193 Get rid of the `refreshSessionsInternal` commandKaloian Manassiev2019-05-211-11/+3
|
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-091-0/+2
| | | | | | | | | 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-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-33697 Provide sanity check on the number of cached sessionsCheahuychou Mao2018-07-091-2/+6
|
* SERVER-31565 Add stats about logical sessions background jobs to serverStatusJason Carey2017-11-071-0/+4
|
* Revert "SERVER-31565 Add stats about logical sessions background jobs to ↵Ian Whalen2017-11-021-4/+0
| | | | | | serverStatus" This reverts commit 7cd8508b06e1574bea211dff054855b70b7cc20e.
* SERVER-31565 Add stats about logical sessions background jobs to serverStatussamantharitter2017-11-011-0/+4
|
* SERVER-31565 Remove unused logical session cache methodsamantharitter2017-11-011-2/+0
|
* SERVER-28336 endSessions commandGabriel Russell2017-09-211-3/+3
|
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-201-0/+4
|
* SERVER-29628 $listLocalSessions aggregation stageSara Golemon2017-08-231-0/+13
|
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-0/+78
Ensure we properly vivify session records on ingress.