summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_sharding_runtime_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65559 Get rid of legacy range deleter and RangeDeleterService feature ...Pierlauro Sciarelli2023-05-081-12/+12
* SERVER-75302 Remove unused `allowAutoSplit` and `maxChunkSizeBytes` from chun...Pierlauro Sciarelli2023-03-291-2/+2
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-3/+3
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-031-2/+2
* SERVER-72889 Add checks to shard version constructor to ensure chunk version ...Allison Easton2023-02-211-6/+8
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-3/+5
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-041-3/+3
* SERVER-72669 Get collections sorted by namespace directly from the configsvrPol Pinol Castuera2023-01-241-4/+4
* SERVER-72818 Wait for range deleter service to be fully initialized before tr...Pierlauro Sciarelli2023-01-171-1/+1
* SERVER-69770 Enforce lock mode in CollectionShardingRuntime APIDaniel Gómez Ferro2023-01-031-3/+3
* SERVER-71084 RangeDeleterService test util needs to insert range deletion tas...Allison Easton2022-12-121-7/+4
* SERVER-71122 Get rid of the `WaitForCleanCorrectEvenAfterClearFollowedBySetFi...Pierlauro Sciarelli2022-11-231-38/+0
* SERVER-65492 Cleaning the sbe::PlanCache when it has sharded stale infoSergi Mateo Bellido2022-11-081-1/+8
* 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