summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_sharding_runtime_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70964 Do not wait for range deletion thread on stepdownTommaso Tocci2022-11-031-2/+4
* SERVER-70199 Replace index timestamp with CollectionIndexes in GlobalIndexesC...Allison Easton2022-10-311-2/+1
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-17/+15
* SERVER-70195 Two no-indexes ComparableIndexVersions should compare as the sameAllison Easton2022-10-251-3/+3
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-8/+5
* SERVER-65558 Enable Feature flag for PM-2849Pierlauro Sciarelli2022-10-171-24/+27
* Revert "SERVER-65558 Enable range deleter service feature flag"Pierlauro Sciarelli2022-10-131-27/+24
* SERVER-65558 Enable range deleter service feature flagPierlauro Sciarelli2022-10-101-24/+27
* SERVER-67123 Add getter for index list in shard roleAllison Easton2022-09-191-31/+31
* SERVER-69555 Range deletions must always be referred by `collUuid+range` rath...Pierlauro Sciarelli2022-09-121-8/+5
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-14/+22
* SERVER-67955 Add indexVersion getter on the CSR and make it recoverableMarcos José Grillo Ramirez2022-08-241-0/+31
* SERVER-67409 Change mongo::createCollection to take db nameSophia Tan2022-08-181-1/+1
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-9/+15
* SERVER-67385 Range deletion tasks on primary must not be scheduled before ong...Pierlauro Sciarelli2022-08-121-0/+38
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-1/+0
* 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