summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog_cache_refresh_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64160 Drop deprecated field parsing support for collection typeTommaso Tocci2022-03-071-4/+1
* SERVER-64045 Remove partitioned field from DatabaseType constructorTommaso Tocci2022-03-021-1/+1
* SERVER-63897 IDL-ify database typeTommaso Tocci2022-02-231-2/+3
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-201-5/+5
* SERVER-60378 Rewrite some sharding tests to avoid using chunk versions with T...Allison Easton2021-10-081-3/+3
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-39/+62
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-103/+58
* SERVER-58989 Make timestamp required in DatabaseVersionBase IDLAllison Easton2021-08-161-1/+2
* SERVER-53283 Remove code that patches up sharding metadata on FCV upgrade/dow...Allison Easton2021-08-031-8/+8
* SERVER-57313 Pass the collection epoch and timestamp when building a ChunkTyp...Sergi Mateo Bellido2021-06-031-1/+4
* SERVER-55201: Optimize catalog cache refresh aggregation pipelineJordi Serra Torrens2021-03-251-52/+42
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-151-155/+210
* Revert "SERVER-54874: Ensure reading consistent config.collections and config...Jordi Serra Torrens2021-03-091-210/+155
* SERVER-54980 Split donor and recipent documents into im/mutable state.Max Hirschhorn2021-03-091-5/+5
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-081-155/+210
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-5/+5
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-4/+4
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-8/+8
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-20/+27
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-2/+2
* SERVER-50027 Convert the CollectionType's UUID field to IDLKaloian Manassiev2020-11-031-6/+1
* SERVER-50027 Make CollectionType use IDL (Part 2)Kaloian Manassiev2020-10-301-0/+1
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-221-2/+3
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-8/+8
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-021-10/+43
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-109/+61
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-21/+21
* SERVER-34061 Stop preemptively loading sharded collections when loading a dat...Tommaso Tocci2020-06-301-6/+1
* SERVER-48583 Add unit tests for incremental refresh with incomplete chunksCheahuychou Mao2020-06-051-3/+213
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-44501 Modify the RoutingTableHistory to check if a particular shard ha...Blake Oler2020-01-151-62/+16
* SERVER-44498 Create an OperationContext flag to indicate that an operation ca...Blake Oler2019-12-301-0/+59
* SERVER-42106 Use auto-generated _ids for config.chunks and config.tagsJamie Heppenstall2019-07-221-1/+21
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-181-14/+14
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37398 Prove $out can no longer deadlockCharlie Swanson2018-11-141-0/+16
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34470 Make DatabaseVersion non-optional on the config server's Databas...Blake Oler2018-06-201-1/+2
* SERVER-34269 Make CachedCollectionRoutingInfo an explicit 'package' of the da...Esha Maharishi2018-04-031-16/+16
* SERVER-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-02-061-22/+24
* SERVER-32984 clean up DatabaseType classEsha Maharishi2018-02-051-5/+1
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-7/+7
* SERVER-22611 Get rid of ChunkDiff and add more CatalogCache testsKaloian Manassiev2017-04-041-0/+616