summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog_cache.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50815 Improve database and collection version formatting on logsSergi Mateo Bellido2020-10-011-1/+2
* SERVER-51006 Make the CatalogCache not return ShardRegistry concepts as part ...Kaloian Manassiev2020-09-181-26/+12
* SERVER-49821 Define utility function for getting recipient which would own do...Alex Taskov2020-09-161-3/+7
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-277/+75
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-62/+10
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-7/+8
* SERVER-48990 Added comparable chunk version as a prerequisite to implement a ...Marcos José Grillo Ramírez2020-08-121-1/+78
* SERVER-50175 Fix CatalogCache's threadPool shutdown orderTommaso Tocci2020-08-071-3/+3
* SERVER-48991 Make DatabaseCache causally consistent through the usage of Comp...Tommaso Tocci2020-08-061-7/+101
* SERVER-49975 Use separate thread pools for CatalogCache and its loadersTommaso Tocci2020-07-301-11/+2
* SERVER-48992 Implement database cache on top of ReadThroughCacheTommaso Tocci2020-07-291-32/+16
* SERVER-49292 Futurify CatalogCacheLoader APITommaso Tocci2020-07-211-2/+13
* SERVER-34061 Stop preemptively loading sharded collections when loading a dat...Tommaso Tocci2020-06-301-6/+6
* SERVER-44972 Make ShardId a required field in StaleConfigInfoBlake Oler2020-04-151-6/+4
* SERVER-46396 Add metrics to track number of operations blocked behind a catal...Blake Oler2020-04-131-0/+18
* SERVER-46394 Create feature flag to turn on/off PM-1633Blake Oler2020-03-021-16/+17
* SERVER-45571 Remove redundant variable 'needsRefresh' in CollectionRoutingInf...Blake Oler2020-01-281-17/+16
* SERVER-44501 Modify the RoutingTableHistory to check if a particular shard ha...Blake Oler2020-01-151-11/+9
* SERVER-44500 Create a new ShardVersionMap that includes references to specifi...Blake Oler2020-01-091-3/+23
* SERVER-44830 Modify StaleConfigException handlers to handle a single shard in...Blake Oler2020-01-071-4/+47
* SERVER-44587 Modify StaleConfigInfo to take in and store a shard's IDBlake Oler2020-01-061-1/+3
* SERVER-44498 Create an OperationContext flag to indicate that an operation ca...Blake Oler2019-12-301-0/+19
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-32871 Invalidate CatalogCache entries when ShardRegistry reload discov...Matthew Saltz2019-09-061-0/+6
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* 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