summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-0/+2
* SERVER-49724 Make ReadThroughCache support StringData keysJaume Moragues2020-11-061-9/+6
* SERVER-51614 The catalog cache should always refresh the routine information ...Sergi Mateo Bellido2020-10-161-10/+16
* SERVER-51390 Always refresh database cache on StaleDatabaseVersionTommaso Tocci2020-10-091-0/+2
* Revert "SERVER-51390 Always refresh database cache on StaleDatabaseVersion"Tommaso Tocci2020-10-091-2/+0
* SERVER-51390 Always refresh database cache on StaleDatabaseVersionTommaso Tocci2020-10-081-0/+2
* SERVER-50815 Improve database and collection version formatting on logsSergi Mateo Bellido2020-10-011-9/+18
* SERVER-50952 Ensure that cached collection entries with stale-marked shard wi...Tommaso Tocci2020-09-211-9/+13
* SERVER-51006 Make the CatalogCache not return ShardRegistry concepts as part ...Kaloian Manassiev2020-09-181-19/+19
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-49821 Define utility function for getting recipient which would own do...Alex Taskov2020-09-161-14/+30
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-480/+282
* SERVER-46199 Make the RoutingTableHistory movableKaloian Manassiev2020-09-031-10/+12
* SERVER-46199 Hide the RoutingTableHistory detail from the ChunkManagerKaloian Manassiev2020-09-031-0/+6
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-021-1/+3
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-63/+18
* SERVER-50272 Make RoutingTableHistory movableMarcos José Grillo Ramírez2020-08-201-3/+3