summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74980 Reducing CatalogCache verbositySergi Mateo Bellido2023-05-111-10/+13
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-6/+9
* SERVER-75436 Only fetch index information from the index cache if the placeme...Allison Easton2023-04-171-2/+23
* SERVER-67732 mongod shutdown procedure doesn't shutdown the Grid::getExecutor...Antonio Fuschetto2023-04-051-0/+4
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-3/+7
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-1/+1
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-20/+15
* SERVER-75302 Remove unused `allowAutoSplit` and `maxChunkSizeBytes` from chun...Pierlauro Sciarelli2023-03-291-19/+0
* SERVER-73394 Remove operationsBlockedByRefresh metricsPol Pinol Castuera2023-03-071-59/+0
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-26/+29
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-031-2/+2
* SERVER-73922 Remove placement and index info getters from the catalog cacheAllison Easton2023-02-221-65/+47
* SERVER-72889 Add checks to shard version constructor to ensure chunk version ...Allison Easton2023-02-211-9/+44
* SERVER-73762 Add timing for index cache refreshes to slow query logAllison Easton2023-02-151-0/+6
* SERVER-73820 Improve class encapsulation, comments and tests of the ReadThrou...Kaloian Manassiev2023-02-131-13/+11
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-31/+33
* SERVER-73433 Clear index cache as well as collection cache after ddl operationsAllison Easton2023-02-081-1/+3
* SERVER-72282 Don't fully disable catalog shard feature flagJack Mulrow2023-01-281-1/+1
* SERVER-72854 Feature flag fetching indexes in catalog cacheAllison Easton2023-01-181-0/+6
* SERVER-72188 Retry index cache get on ReadThroughCacheLookupCanceled errorMarcos José Grillo Ramirez2023-01-051-1/+2
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-211-1/+5
* Revert "SERVER-72088 Use ShardRemote for config shard in ShardRegistry"Jack Mulrow2022-12-201-5/+1
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-201-1/+5
* SERVER-70323 converts many sharding invariants to tassertTommaso Tocci2022-11-291-32/+37
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-16/+85
* SERVER-71168 Indexes on config server global indexes collections should be cr...Allison Easton2022-11-151-0/+6
* SERVER-70199 Replace index timestamp with CollectionIndexes in GlobalIndexesC...Allison Easton2022-10-311-3/+1
* SERVER-70195 Two no-indexes ComparableIndexVersions should compare as the sameAllison Easton2022-10-251-29/+31
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-7/+16
* SERVER-66863 Add a new Global Index Cache in the Router RoleAllison Easton2022-10-041-7/+181
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-67253 Track time spent waiting for refresh on the routerAllison Easton2022-07-261-0/+12
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-201-7/+0
* SERVER-66542 Unifying paths on the CatalogCache lookup functionSergi Mateo Bellido2022-05-271-91/+95
* SERVER-66472 Pull the collection generation out of ChunkVersionKaloian Manassiev2022-05-171-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63241 Lookup round should fulfill atleast a promiseSergi Mateo Bellido2022-03-041-8/+8
* SERVER-64032 Remove intermidiate CachedDatabaseInfo wrapper classTommaso Tocci2022-03-031-23/+5
* SERVER-63897 IDL-ify database typeTommaso Tocci2022-02-231-1/+1
* SERVER-62684 Get rid of unnecessary usages of ChunkVersion::epoch()Kaloian Manassiev2022-01-191-4/+5
* SERVER-62477 Cleanup the interface and comments of ReadThroughCacheKaloian Manassiev2022-01-121-23/+24
* SERVER-60103 Fix catalog cache totalRefreshWaitTimeMicros stat report in some...Marcos José Grillo Ramirez2021-11-221-1/+1
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-201-1/+1
* SERVER-58466 Minor optimization on the CatalogCacheSergi Mateo Bellido2021-10-051-20/+39
* SERVER-60385 Timeseries fields aren't immutable anymoreSergi Mateo Bellido2021-10-041-1/+2
* SERVER-60268 Reintroduce disambiguationg sequence numberSergi Mateo Bellido2021-10-041-2/+15
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-14/+4
* SERVER-40865 Retry QueryPlanKilled errors in the catalog cachePierlauro Sciarelli2021-08-311-11/+7
* SERVER-59177 Remove deprecated ComparableDatabaseVersion::_uuidDisambiguating...Allison Easton2021-08-181-1/+54