summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/range_deletion_util_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75302 Remove unused `allowAutoSplit` and `maxChunkSizeBytes` from chun...Pierlauro Sciarelli2023-03-291-2/+2
* SERVER-73375 Change DbClient fire-and-forget command functions to use Namespa...Sophia Tan2023-02-151-17/+17
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* 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-72946 Change DbClient *Index functions to use NamespaceString objectSophia Tan2023-02-031-1/+1
* SERVER-72290 `deleteRangeDeletionTasksForRename` must not deregister tasks fo...Pierlauro Sciarelli2023-01-091-24/+30
* SERVER-69770 Enforce lock mode in CollectionShardingRuntime APIDaniel Gómez Ferro2023-01-031-2/+1
* SERVER-72362 Fix loops conditions in `IdempotentRenameRangeDeletionsTest`Pierlauro Sciarelli2022-12-221-6/+11
* SERVER-72175 Temporarily blacklist `IdempotentRenameRangeDeletionsTest` unit ...Pierlauro Sciarelli2022-12-161-1/+2
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-2/+5
* SERVER-68725 Plug actual deletion in the range deleter servicePierlauro Sciarelli2022-09-201-3/+0
* SERVER-69555 Range deletions must always be referred by `collUuid+range` rath...Pierlauro Sciarelli2022-09-121-28/+13
* SERVER-67409 Change mongo::createCollection to take db nameSophia Tan2022-08-181-2/+1
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-67688 notifySecondariesThatDeletionIsOccurring is not notifying second...Pierlauro Sciarelli2022-07-051-58/+0
* SERVER-67691 Get rid of orphans tracking upgrade/downgrade proceduresPierlauro Sciarelli2022-07-051-47/+0
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-211-3/+1
* SERVER-66916 Make rangeDeleterBatchSize and rangeDeleterBatchDelayMS dynamica...Kaloian Manassiev2022-06-021-27/+4
* SERVER-64343 Integration tests for orphans tracking during upgrade/downgradePierlauro Sciarelli2022-03-101-4/+0
* SERVER-64057 Implement a scoped object for setting the expected shard/databas...Kaloian Manassiev2022-03-091-2/+2
* SERVER-64264 MigrationId should not be optional in the range deleterAllison Easton2022-03-081-2/+6
* SERVER-63336 Update `numOrphanDocs` upon batch deletionsAllison Easton2022-03-081-12/+25
* SERVER-63666 set/clear numOrphanDocs field in RangeDeletions during setFCVPaolo Polato2022-03-031-85/+150
* SERVER-62368 Range deleter must honor rangeDeleterBatchDelayMSPierlauro Sciarelli2022-01-311-57/+34
* 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-2/+2
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-1/+1
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-1/+1
* SERVER-58989 Make timestamp required in DatabaseVersionBase IDLAllison Easton2021-08-161-1/+1
* SERVER-58270 Create configureCollectionAutoSplitter commandSimon Graetzer2021-07-301-0/+1
* SERVER-57847 RenameRangeDeletionsTest fixture should join the MigrationUtilEx...Pierlauro Sciarelli2021-06-221-6/+13
* SERVER-55164 Improve testing around snapshotted range deletion tasks for renamePierlauro Sciarelli2021-06-101-0/+118
* Revert "SERVER-55164 Improve testing around snapshotted range deletion tasks ...Pierlauro Sciarelli2021-06-091-113/+0
* SERVER-55164 Improve testing around snapshotted range deletion tasks for renamePierlauro Sciarelli2021-06-081-0/+113
* SERVER-55392 Add a timestamp field to config.rangeDeletionsAntonio Fuschetto2021-05-311-0/+3
* SERVER-56525 Make thread pool for submitting range deletion tasks a decoratio...Pierlauro Sciarelli2021-05-281-1/+1
* SERVER-51708 submitRangeDeletionTask should handle RangeOverlapConflict errorjannaerin2021-04-291-52/+39
* 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-2/+8
* 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-1/+2
* 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-6/+7
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-021-0/+1
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-3/+6
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-4/+3