summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog_cache.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-201-0/+6
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-7/+7
* SERVER-37871 Enforce agreement on shard key across cluster for $outCharlie Swanson2018-11-211-0/+9
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35773 Remove references to the CatalogCache from MetadataManagerKaloian Manassiev2018-06-261-8/+0
* SERVER-34470 Make DatabaseVersion non-optional in CachedDatabaseInfoBlake Oler2018-06-201-1/+1
* SERVER-33954 Modified getCollectionRoutingInfoWithRefresh to refresh twice if...Matthew Saltz2018-06-051-62/+106
* Revert "SERVER-33954 Modified getDatabaseWithRefresh/getCollectionRoutingInfo...Matthew Saltz2018-04-261-36/+1
* SERVER-33954 Modified getDatabaseWithRefresh/getCollectionRoutingInfoWithRefr...Matthew Saltz2018-04-231-1/+36
* SERVER-34527 Capture dbName by string rather than StringData in CatalogCache:...Esha Maharishi2018-04-201-1/+1
* SERVER-34163 Make refreshing a database entry in the CatalogCache asynchronousEsha Maharishi2018-04-131-0/+17
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-0/+8
* SERVER-34272 add CatalogCache::onStaleDatabaseVersion() to mark an existing d...Esha Maharishi2018-04-031-4/+13
* SERVER-34270 Rename CatalogCache::onStaleConfigError() to CatalogCache::onSta...Esha Maharishi2018-04-031-1/+1
* SERVER-34269 Make CachedCollectionRoutingInfo an explicit 'package' of the da...Esha Maharishi2018-04-031-16/+8
* SERVER-34201 Allow marking a CatalogCache::DatabaseInfoEntry as 'needsRefresh'Esha Maharishi2018-04-021-1/+18
* SERVER-34174 Minor structural improvements to CatalogCache (no logic changes)Esha Maharishi2018-03-291-12/+3
* SERVER-33835 Remove hierarchical structure between databases and collections ...Esha Maharishi2018-03-291-5/+7
* SERVER-34169 make CatalogCache::DatabaseInfoEntry store database info as Data...Esha Maharishi2018-03-291-12/+4
* SERVER-33453 - Add timestamp support to the ChunkManagerMartin Neupauer2018-03-271-2/+7
* SERVER-32610 Include databaseVersion when targeting by primary shard in paths...Esha Maharishi2018-02-261-23/+26
* SERVER-33022 make the CatalogCache cache the databaseVersion in the DatabaseI...Esha Maharishi2018-02-061-0/+6
* Revert "SERVER-33022 make the CatalogCache cache the databaseVersion in the D...Esha Maharishi2018-02-051-6/+0
* SERVER-33022 make the CatalogCache cache the databaseVersion in the DatabaseI...Esha Maharishi2018-02-051-0/+6
* SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatusKaloian Manassiev2018-01-241-1/+42
* SERVER-32447 Add a mock CatalogCache::getCollectionRoutingInfoAt methodKaloian Manassiev2018-01-161-5/+21
* SERVER-32480 Remove CatalogCache retrieval methods, which take StringDataKaloian Manassiev2017-12-291-5/+0
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-1/+0
* SERVER-31275 Ensure causal consistency guarantees on secondaries during chunk...Dianna Hohensee2017-11-081-2/+8
* SERVER-30838 Remove _inlock names in sharding subsystemNathan Myers2017-09-251-4/+6
* Revert "SERVER-30219 Make metadata commands use kLocalReadConcern"Esha Maharishi2017-08-081-14/+7
* SERVER-29672 Remove unnecessary passthrough calls from CatalogCacheKaloian Manassiev2017-08-031-52/+4
* SERVER-30219 Make metadata commands use kLocalReadConcernJessica Yu2017-08-021-7/+14
* SERVER-29672 Make Config/ShardCatalogCacheLoader decorations on ServiceContextKaloian Manassiev2017-07-281-9/+2
* SERVER-29745 after a successful migration, ensure the metadata update is pers...Dianna Hohensee2017-07-131-0/+18
* Revert "SERVER-29745 after a successful migration, ensure the metadata update...Dianna Hohensee2017-07-111-18/+0
* SERVER-29745 after a successful migration, ensure the metadata update is pers...Dianna Hohensee2017-07-101-0/+18
* Revert "SERVER-29745 after a successful migration, ensure the metadata update...Dianna Hohensee2017-07-071-18/+0
* SERVER-29745 after a successful migration, ensure the metadata update is pers...Dianna Hohensee2017-07-071-0/+18
* SERVER-29773 Create a new VersionNotifications classDianna Hohensee2017-06-261-0/+10
* SERVER-28943 increase stale version retries from 3 to 10Esha Maharishi2017-06-151-1/+1
* SERVER-28724 add onStepDown and onStepUp functionality to ShardServerCatalogC...Dianna Hohensee2017-05-191-0/+21
* SERVER-28431 shard chunk loader interface implementationDianna Hohensee2017-05-081-0/+8
* SERVER-28661 make gatherResults() return vector<AsyncRequestsSender::Response...Esha Maharishi2017-04-071-0/+2
* SERVER-20854 Refresh collection metadata on a separate threadKaloian Manassiev2017-04-041-4/+23
* SERVER-22611 Make the catalog cache unit-tests go through the CatalogCacheKaloian Manassiev2017-03-311-25/+1
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-13/+172
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-172/+13