summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog_cache.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75436 Only fetch index information from the index cache if the placeme...Allison Easton2023-04-171-0/+6
* SERVER-67732 mongod shutdown procedure doesn't shutdown the Grid::getExecutor...Antonio Fuschetto2023-04-051-0/+5
* SERVER-73394 Remove operationsBlockedByRefresh metricsPol Pinol Castuera2023-03-071-19/+0
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-8/+7
* SERVER-73922 Remove placement and index info getters from the catalog cacheAllison Easton2023-02-221-76/+36
* SERVER-73820 Improve class encapsulation, comments and tests of the ReadThrou...Kaloian Manassiev2023-02-131-1/+1
* SERVER-69573 Use an idl to generate the oplog entries for the sharding index ...Marcos José Grillo Ramirez2023-02-031-1/+1
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-26/+73
* SERVER-70195 Two no-indexes ComparableIndexVersions should compare as the sameAllison Easton2022-10-251-12/+13
* SERVER-66863 Add a new Global Index Cache in the Router RoleAllison Easton2022-10-041-0/+54
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-1/+2
* SERVER-63241 Lookup round should fulfill atleast a promiseSergi Mateo Bellido2022-03-041-1/+1
* SERVER-64032 Remove intermidiate CachedDatabaseInfo wrapper classTommaso Tocci2022-03-031-22/+1
* SERVER-63897 IDL-ify database typeTommaso Tocci2022-02-231-1/+1
* SERVER-61588 Incorrect header comment for CatalogCache::onStaleDatabaseVersionAntonio Fuschetto2021-12-101-1/+1
* SERVER-60268 Reintroduce disambiguationg sequence numberSergi Mateo Bellido2021-10-041-5/+11
* SERVER-58960 Add benchmarks to measure the overhead from ShardingWriteRouter ...Luis Osta2021-09-301-4/+4
* SERVER-59177 Remove deprecated ComparableDatabaseVersion::_uuidDisambiguating...Allison Easton2021-08-181-0/+73
* SERVER-58570 Add a new field to config.collections/config.cache.collections r...Antonio Fuschetto2021-08-061-1/+1
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-2/+2
* SERVER-57315 Enable shardCollection command for a time series collectionArun Banala2021-06-291-0/+1
* SERVER-54507 Can't execute merge if sharding catalog cache is emptyEric Cox2021-05-071-11/+0
* SERVER-55016 Remove depedency of db/commands on 'sharding_runtime_d'Kaloian Manassiev2021-03-091-2/+0
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-031-0/+1
* SERVER-53691 Store and expose database info in DatabaseShardingStateTommaso Tocci2021-01-141-6/+10
* SERVER-53688 Move getShardedCollectionRoutingInfo into the CatalogCachePierlauro Sciarelli2021-01-121-0/+9
* Revert "SERVER-53688 Move getShardedCollectionRoutingInfo into the CatalogCache"Pierlauro Sciarelli2021-01-121-9/+0
* SERVER-53688 Move getShardedCollectionRoutingInfo into the CatalogCachePierlauro Sciarelli2021-01-121-0/+9
* SERVER-52588 Making the upgrade/downgrade process work for the Epoch to Clust...Jordi Serra Torrens2020-12-031-0/+8
* SERVER-52587 Making collection and database instances comparable through clus...Sergi Mateo Bellido2020-12-011-80/+0
* 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