summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog_cache_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-031-8/+8
* SERVER-73922 Remove placement and index info getters from the catalog cacheAllison Easton2023-02-221-25/+34
* SERVER-72889 Add checks to shard version constructor to ensure chunk version ...Allison Easton2023-02-211-20/+21
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+2
* SERVER-72854 Feature flag fetching indexes in catalog cacheAllison Easton2023-01-181-0/+3
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-8/+8
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-17/+19
* SERVER-67598 Add support for maxSpanSeconds and roundingSeconds argumentsAdrian Gonzalez2022-10-071-1/+3
* SERVER-66863 Add a new Global Index Cache in the Router RoleAllison Easton2022-10-041-17/+98
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-3/+4
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-3/+4
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-2/+0
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-221-9/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64160 Drop deprecated field parsing support for collection typeTommaso Tocci2022-03-071-5/+6
* SERVER-64032 Remove intermidiate CachedDatabaseInfo wrapper classTommaso Tocci2022-03-031-9/+9
* SERVER-64045 Remove partitioned field from DatabaseType constructorTommaso Tocci2022-03-021-17/+11
* SERVER-63897 IDL-ify database typeTommaso Tocci2022-02-231-1/+1
* SERVER-60378 Rewrite some sharding tests to avoid using chunk versions with T...Allison Easton2021-10-081-13/+13
* SERVER-60385 Timeseries fields aren't immutable anymoreSergi Mateo Bellido2021-10-041-10/+43
* SERVER-60268 Reintroduce disambiguationg sequence numberSergi Mateo Bellido2021-10-041-0/+28
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-165/+3
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-4/+5
* SERVER-58989 Make timestamp required in DatabaseVersionBase IDLAllison Easton2021-08-161-14/+14
* SERVER-58570 Add a new field to config.collections/config.cache.collections r...Antonio Fuschetto2021-08-061-1/+1
* SERVER-57380 Improve "InvalidOptions: read concern level snapshot is only val...Allison Easton2021-07-011-0/+19
* SERVER-57315 Enable shardCollection command for a time series collectionArun Banala2021-06-291-1/+3
* SERVER-57844 Minor timestamp-consistency issue between the ChunkManager/SSCCL...Sergi Mateo Bellido2021-06-211-1/+99
* SERVER-54507 Can't execute merge if sharding catalog cache is emptyEric Cox2021-05-071-81/+0
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-211-2/+21
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-261-0/+70
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-10/+11
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-11/+11
* SERVER-50027 Convert the CollectionType's UUID field to IDLKaloian Manassiev2020-11-031-3/+1
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-221-2/+2
* SERVER-51390 Always refresh database cache on StaleDatabaseVersionTommaso Tocci2020-10-091-0/+11
* Revert "SERVER-51390 Always refresh database cache on StaleDatabaseVersion"Tommaso Tocci2020-10-091-11/+0
* SERVER-51390 Always refresh database cache on StaleDatabaseVersionTommaso Tocci2020-10-081-0/+11
* SERVER-50952 Ensure that cached collection entries with stale-marked shard wi...Tommaso Tocci2020-09-211-23/+107
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-0/+129
* SERVER-49976 Cleanup database cache on shard removalTommaso Tocci2020-08-041-0/+133