summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-53283 Remove code that patches up sharding metadata on FCV upgrade/dow...Allison Easton2021-08-031-14/+0
* SERVER-58270 Create configureCollectionAutoSplitter commandSimon Graetzer2021-07-301-0/+16
* SERVER-57380 Improve "InvalidOptions: read concern level snapshot is only val...Allison Easton2021-07-011-0/+4
* SERVER-57022 Add a way to construct a ComparableDatabaseVersion without a val...Sergi Mateo Bellido2021-05-251-1/+1
* SERVER-56908 Changing at which time the ComparableChunkVersion object is crea...Jordi Serra Torrens2021-05-141-18/+11
* SERVER-54507 Can't execute merge if sharding catalog cache is emptyEric Cox2021-05-071-28/+0
* SERVER-54583 Relax implementation of getDatabaseWithRefresh/getCollectionRout...Sergi Mateo Bellido2021-05-061-8/+11
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-211-0/+1
* SERVER-54020: ShardInvalidatedForTargeting thrown by resharding's getDestined...Jordi Serra Torrens2021-04-061-1/+2
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-151-11/+6
* SERVER-55109 Enhance logs and invariant expressions of the CatalogCacheSergi Mateo Bellido2021-03-151-18/+30
* Revert "SERVER-54874: Ensure reading consistent config.collections and config...Jordi Serra Torrens2021-03-091-0/+16
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-081-16/+0
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-1/+0
* SERVER-53983: Add failpoint to block collection cache refreshes for controlli...Daniel Gottlieb2021-02-161-0/+3
* SERVER-53105: Pass 'hint' when querying config.chunks in ConfigServerCatalogC...Jordi Serra Torrens2021-02-161-0/+35
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-031-10/+30
* SERVER-53691 Store and expose database info in DatabaseShardingStateTommaso Tocci2021-01-141-15/+19
* SERVER-53688 Move getShardedCollectionRoutingInfo into the CatalogCachePierlauro Sciarelli2021-01-121-0/+11
* Revert "SERVER-53688 Move getShardedCollectionRoutingInfo into the CatalogCache"Pierlauro Sciarelli2021-01-121-11/+0
* SERVER-53688 Move getShardedCollectionRoutingInfo into the CatalogCachePierlauro Sciarelli2021-01-121-0/+11
* SERVER-53111 Add invariant to CatalogCache that same collection version has s...Jaume Moragues2020-12-141-0/+11
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-0/+1
* SERVER-52588 Making the upgrade/downgrade process work for the Epoch to Clust...Jordi Serra Torrens2020-12-031-0/+4
* SERVER-52587 Making collection and database instances comparable through clus...Sergi Mateo Bellido2020-12-011-41/+0
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-1/+1