Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-46659 Initial sync will startup two phase index builds during the ↵ | Gregory Wlodarek | 2020-04-20 | 1 | -1/+4 |
| | | | | collection cloning phase to prevent a scenario where the commit quorum cannot be satisfied due to the primary node needing the initial syncing nodes vote | ||||
* | SERVER-42508 Get rid of some additional unused code in SessionsCollection | Kaloian Manassiev | 2019-10-31 | 1 | -9/+10 |
| | | | | ... and also improve comments. | ||||
* | SERVER-42508 Convert SessionsCollection to throw instead of return status | Marcos José Grillo Ramírez | 2019-10-30 | 1 | -11/+11 |
| | | | | Change the remaining public functions: refreshSessions, removeRecords and findRemovedSessions | ||||
* | SERVER-42508 Convert SessionsCollection to throw instead of return status | Marcos José Grillo Ramírez | 2019-10-29 | 1 | -36/+35 |
| | | | | Change the return value of checkSessionsCollectionExists from Status to void and throws exception on error | ||||
* | SERVER-42508 Convert SessionsCollection to throw instead of return status ↵ | Marcos José Grillo Ramírez | 2019-10-24 | 1 | -5/+5 |
| | | | | Part One: setupSessionsCollection | ||||
* | SERVER-43273 Add UUID support to count and getIndexSpecs in DBClient | Vesselina Ratcheva | 2019-10-07 | 1 | -1/+1 |
| | |||||
* | SERVER-37837 fix mac os x compile | Benety Goh | 2019-05-09 | 1 | -3/+6 |
| | |||||
* | SERVER-37837 Get rid of TransactionReaper (Part 1) | Kaloian Manassiev | 2019-05-09 | 1 | -5/+5 |
| | | | | | | | | | 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 SessionsCollection | Kaloian Manassiev | 2019-05-02 | 1 | -5/+0 |
| | |||||
* | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 1 | -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-37624 Allow sessions collection TTL index expiration value to change ↵ | Blake Oler | 2018-11-02 | 1 | -3/+22 |
| | | | | upon node restart | ||||
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -21/+23 |
| | |||||
* | SERVER-36964 Prevent secondaries in SessionsCollectionRS from attempting to ↵ | Blake Oler | 2018-10-13 | 1 | -0/+21 |
| | | | | set up the sessions collection. | ||||
* | SERVER-35115 Separate dbclientinterface.h into several parts, one per class. | Henrik Edin | 2018-06-29 | 1 | -1/+0 |
| | |||||
* | SERVER-32198 Move the sessions collection namespace constant to NamespaceString | Kaloian Manassiev | 2018-05-24 | 1 | -7/+7 |
| | |||||
* | SERVER-34773 Use kSessionsNamespaceString instead of its constituent ↵ | Kaloian Manassiev | 2018-05-02 | 1 | -1/+1 |
| | | | | StringData entries | ||||
* | SERVER-31184 Make servers automatically set up config.system.sessions | samantharitter | 2017-10-11 | 1 | -0/+12 |
| | |||||
* | SERVER-28336 endSessions command | Gabriel Russell | 2017-09-21 | 1 | -3/+1 |
| | |||||
* | SERVER-31011 Provide transaction record deletion hook | Jason Carey | 2017-09-20 | 1 | -3/+15 |
| | |||||
* | SERVER-30805 add LSC::findRemovedSessions() | Jason Carey | 2017-08-31 | 1 | -0/+6 |
| | | | | | Implements a findRemovedSessions method for the logical session collection and impls for the various backends. | ||||
* | SERVER-29202 Remove unused fetch methods from logical session cache | samantharitter | 2017-08-18 | 1 | -16/+0 |
| | |||||
* | SERVER-29202 Implement SessionsCollectionRS | samantharitter | 2017-08-18 | 1 | -17/+2 |
| | |||||
* | SERVER-29201 Implement SessionsCollectionStandalone | samantharitter | 2017-08-02 | 1 | -0/+91 |