summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog_cache_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-221-8/+2
* SERVER-64160 Drop deprecated field parsing support for collection typeTommaso Tocci2022-03-071-11/+12
* SERVER-64045 Remove partitioned field from DatabaseType constructorTommaso Tocci2022-03-021-8/+3
* 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-3/+3
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-5/+8
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-5/+6
* SERVER-58989 Make timestamp required in DatabaseVersionBase IDLAllison Easton2021-08-161-2/+4
* SERVER-55201: Optimize catalog cache refresh aggregation pipelineJordi Serra Torrens2021-03-251-13/+7
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-151-4/+41
* Revert "SERVER-54874: Ensure reading consistent config.collections and config...Jordi Serra Torrens2021-03-091-41/+4
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-081-4/+41
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-2/+2
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-3/+3
* SERVER-50027 Convert the CollectionType's UUID field to IDLKaloian Manassiev2020-11-031-16/+6
* SERVER-50027 Make CollectionType use IDL (Part 2)Kaloian Manassiev2020-10-301-0/+2
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-221-2/+2
* SERVER-50023 Implement temporary resharding collection creation logic on shar...Jack Mulrow2020-09-301-4/+15
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-0/+20
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-021-1/+6
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-12/+8
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-2/+2
* SERVER-34061 Stop preemptively loading sharded collections when loading a dat...Tommaso Tocci2020-06-301-2/+0
* SERVER-47477 Report failures on refresh and remove in sessions collection sha...Marcos José Grillo Ramírez2020-04-271-1/+3
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-2/+0
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-20/+19
* SERVER-44501 Modify the RoutingTableHistory to check if a particular shard ha...Blake Oler2020-01-151-4/+14
* SERVER-44830 Modify StaleConfigException handlers to handle a single shard in...Blake Oler2020-01-071-1/+1
* SERVER-44498 Create an OperationContext flag to indicate that an operation ca...Blake Oler2019-12-301-2/+1
* SERVER-42106 Use auto-generated _ids for config.chunks and config.tagsJamie Heppenstall2019-07-221-0/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-5/+5
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-181-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36113 Add ability to perform $exchange when shard key is hashedMartin Neupauer2018-10-011-1/+15
* SERVER-35905 Add logic to detect when $out is eligible for an exchangeCharlie Swanson2018-08-241-2/+2
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-3/+3
* SERVER-34470 Make DatabaseVersion non-optional on the config server's Databas...Blake Oler2018-06-201-2/+3
* SERVER-34269 Make CachedCollectionRoutingInfo an explicit 'package' of the da...Esha Maharishi2018-04-031-1/+1
* SERVER-33028 Support readConcern snapshot in cluster find commandJack Mulrow2018-03-211-2/+3
* SERVER-33028 Make cluster find retry on snapshot errorsJack Mulrow2018-03-201-3/+60
* SERVER-32610 Include databaseVersion when targeting by primary shard in paths...Esha Maharishi2018-02-261-1/+1
* SERVER-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-02-061-6/+6
* SERVER-32984 clean up DatabaseType classEsha Maharishi2018-02-051-5/+1
* SERVER-32480 Remove CatalogCache retrieval methods, which take StringDataKaloian Manassiev2017-12-291-1/+1
* SERVER-22611 Get rid of ChunkDiff and add more CatalogCache testsKaloian Manassiev2017-04-041-0/+157