summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_sharding_runtime_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-211-7/+5
* SERVER-64132 Make shardsvrs running in serverless mode always return "unshard...Sophia Tan2022-03-311-0/+50
* SERVER-64464 Check the shard version for collections when AutoGetCollection i...Antonio Fuschetto2022-03-301-9/+9
* SERVER-64057 Comment the shard/databaseVersion arguments for the shard roleKaloian Manassiev2022-03-111-2/+4
* SERVER-64057 Implement a scoped object for setting the expected shard/databas...Kaloian Manassiev2022-03-091-4/+2
* SERVER-63336 Update `numOrphanDocs` upon batch deletionsAllison Easton2022-03-081-24/+48
* SERVER-64160 Drop deprecated field parsing support for collection typeTommaso Tocci2022-03-071-3/+1
* SERVER-64057 Move the shard/database version parsing to the endpointKaloian Manassiev2022-03-011-5/+2
* SERVER-62783 Get rid of ChunkVersion::appendWithField/parseWithFieldKaloian Manassiev2022-01-241-1/+1
* SERVER-62783 Get rid of ChunkVersion::appendToCommand/parseFromCommandKaloian Manassiev2022-01-241-2/+1
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-201-1/+1
* SERVER-60555 Get rid of CollectionShardingState/Runtime::get_UNSAFEKaloian Manassiev2021-10-111-4/+6
* SERVER-60378 Rewrite some sharding tests to avoid using chunk versions with T...Allison Easton2021-10-081-1/+1
* SERVER-60301 Remove the update metadata format machinery from the SSCCLSergi Mateo Bellido2021-09-301-82/+0
* SERVER-60142 Fix MigrationDestinationManager's check for overlapping rangeDel...Jordi Serra Torrens2021-09-231-6/+6
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-13/+11
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-7/+8
* SERVER-58989 Make timestamp required in DatabaseVersionBase IDLAllison Easton2021-08-161-5/+9
* SERVER-58270 Create configureCollectionAutoSplitter commandSimon Graetzer2021-07-301-0/+1
* SERVER-55429 Add timeout to migrations when waiting for range deletionsMarcos José Grillo Ramirez2021-06-291-6/+24
* SERVER-57022 The CollectionShardingRuntime should be updated when there is an...Sergi Mateo Bellido2021-05-211-0/+185
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-211-0/+1
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-03-171-1/+1
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-6/+10
* Revert "SERVER-50656 Add cancellation support to WaitForMajorityService"George Wangensteen2021-02-041-1/+1
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-02-041-1/+1
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-15/+18
* 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/+1
* SERVER-46199 Make the RoutingTableHistory movableKaloian Manassiev2020-09-031-28/+33
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-021-6/+11
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-0/+2
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-4/+5
* SERVER-49508 Step up deadlock between migration recovery and prepared transac...Tommaso Tocci2020-07-241-1/+1
* SERVER-49316 Move wait_for_majority_service to its own librarySpencer T Brody2020-07-071-1/+1
* SERVER-47532 ShardServerProcessInterface: Convert usage of getCollectionDescr...Haley Connelly2020-06-291-2/+3
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-1/+1
* SERVER-47701 Allow CRUD and DDL commands on shards when connected to the prim...Marcos José Grillo Ramírez2020-05-191-47/+57
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-141-3/+1
* SERVER-45782 ensure internal-only usage of three CollectionShardingRuntime fu...Tommaso Tocci2020-04-091-40/+10
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-081-5/+6
* SERVER-46395 Ensure range deletion task document exists during deletion.Max Hirschhorn2020-03-111-0/+4
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-4/+4
* SERVER-45319 Add unit tests for CollectionShardingRuntimeMatthew Saltz2020-02-131-0/+342