summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_session_cache_factory_mongod.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
|
* SERVER-37837 Get rid of TransactionReaper (Part 2)Kaloian Manassiev2019-05-091-2/+2
| | | | | | This change folds the TransactionReaper's single function to be part of the SessionCatalogs on MongoD and MongoS, which are the subsystems responsible for managing transactions.
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-091-20/+4
| | | | | | | | | 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-26/+20
|
* 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-8/+10
|
* SERVER-36704 Logical session support for embedded, behaves as standalone mongodHenrik Edin2018-09-181-2/+1
|
* SERVER-35188 Rename ServiceLiason* types to ServiceLiaison*Jack Mulrow2018-05-311-3/+3
|
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+3
|
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-201-7/+26
|
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-2/+3
| | | | Ensure we properly vivify session records on ingress.
* SERVER-29203 Implement SessionsCollectionShardedsamantharitter2017-08-181-4/+2
|
* SERVER-29202 Implement SessionsCollectionRSsamantharitter2017-08-181-3/+2
|
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-3/+2
|
* SERVER-29198 Implement ServiceLiasonMongodsamantharitter2017-07-061-3/+2
|
* SERVER-29475 Install the logical session cachesamantharitter2017-06-161-0/+74