summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_session_cache_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48674 Check if replication is enabled before checking if the node is a...Cheahuychou Mao2020-06-091-2/+2
* SERVER-40441 Make arbiters not try to setup the sessions collection or check ...Cheahuychou Mao2020-05-201-21/+32
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47736 logger::LogSeverityLimiter -> logv2::KeyedSeveritySuppressorBilly Donahue2020-04-251-4/+6
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-151-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideMarcos José Grillo Ramírez2020-03-201-20/+30
* Revert "SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide...Marcos José Grillo Ramírez2020-03-171-30/+20
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide Files c...Marcos José Grillo Ramírez2020-03-171-20/+30
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-8/+19
* SERVER-42508 Get rid of some additional unused code in SessionsCollectionKaloian Manassiev2019-10-311-10/+10
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-301-6/+5
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-291-9/+6
* SERVER-42508 Convert SessionsCollection to throw instead of return status Par...Marcos José Grillo Ramírez2019-10-241-5/+7
* SERVER-40537 Log error code 261 for TooManyLogicalSessions to the mongodb.logAnton Oyung2019-10-171-3/+9
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-17/+17
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-211-1/+0
* SERVER-41193 Get rid of LogicalSessionCache promote and refreshSessionsKaloian Manassiev2019-05-241-35/+16
* SERVER-41193 Get rid of the `refreshSessionsInternal` commandKaloian Manassiev2019-05-211-46/+22
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-091-58/+52
* SERVER-37837 Move `config.transactions` manipulation out of SessionsCollectionKaloian Manassiev2019-05-021-11/+7
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39558 Migrate server parameters to IDL in src/mongo/db/logical_session...Mark Benvenuto2019-02-251-9/+1
* 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-1/+1
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-20/+18
* SERVER-36349 Prevent ClusterWrite errors from affecting the OperationSharding...Blake Oler2018-12-031-0/+16
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36964 Prevent secondaries in SessionsCollectionRS from attempting to s...Blake Oler2018-10-131-7/+16
* SERVER-36850 Add a replica set passthrough suite to detect errors in the logi...Blake Oler2018-09-211-2/+2
* SERVER-33697 Provide sanity check on the number of cached sessionsCheahuychou Mao2018-07-091-7/+20
* SERVER-34810 do not kill new sessions in logical session cacheMisha Tyulenev2018-07-031-1/+12
* SERVER-35706 ctor race in LogicalSessionCacheImplJason Carey2018-06-211-2/+3
* SERVER-35188 Rename ServiceLiason* types to ServiceLiaison*Jack Mulrow2018-05-311-1/+1
* SERVER-34833 Sessions transaction reaper should refresh routing info before l...Jack Mulrow2018-05-161-3/+12
* SERVER-34923 PeriodicRunnerASIO -> ImplJason Carey2018-05-101-4/+6
* SERVER-32460 platforms upgrade/downgrade workJason Carey2018-01-191-8/+0
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-0/+2
* SERVER-31565 Add stats about logical sessions background jobs to serverStatusJason Carey2017-11-071-6/+80
* Revert "SERVER-31565 Add stats about logical sessions background jobs to serv...Ian Whalen2017-11-021-80/+6
* SERVER-31565 Add stats about logical sessions background jobs to serverStatussamantharitter2017-11-011-6/+80
* SERVER-31565 Remove unused logical session cache methodsamantharitter2017-11-011-5/+0
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-17/+26
* SERVER-31302 only refresh complete logicalSessionRecordsGabriel Russell2017-10-061-3/+1
* SERVER-28336 endSessions commandGabriel Russell2017-09-211-106/+110
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-201-6/+47
* SERVER-30740 Disable background session cache refreshing on testssamantharitter2017-09-111-3/+7
* SERVER-29628 $listLocalSessions aggregation stageSara Golemon2017-08-231-0/+32
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-0/+266