summaryrefslogtreecommitdiff
path: root/src/mongo/s/resharding
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76613 Add shardDistribution in reshardCollection cmdJiawei Yang2023-05-051-0/+14
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-041-0/+3
* Revert "SERVER-76208 support query shape serialization in IDL for types with ...Davis Haupt2023-05-041-3/+0
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-031-0/+3
* SERVER-57413 add feature flag featureFlagReshardingImprovementsJiawei Yang2023-05-021-0/+6
* SERVER-68151 Add a required feature flag IDL parameter of shouldBeFCVGatedHuayu Ouyang2023-04-271-0/+1
* SERVER-62720 Implement checkIfConflictsWithOtherInstances for ReshardingCoord...Abdul Qadeer2022-09-202-0/+118
* Revert "SERVER-62720 Implement checkIfConflictsWithOtherInstances for Reshard...Abdul Qadeer2022-09-102-119/+0
* SERVER-62720 Implement checkIfConflictsWithOtherInstances for ReshardingCoord...Abdul Qadeer2022-09-072-0/+119
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-263-3/+3
* SERVER-62338 Delete ReshardCollectionCoordinator_NORESILIENT once 6.0 branche...Tommaso Tocci2022-07-041-8/+0
* SERVER-63634 ReshardingMetricsNew restores common metadata metricsBrett Nawrocki2022-03-252-0/+8
* SERVER-62418 Drain recoverable ReshardCollectionCoordinators on FCV downgradeJordi Serra Torrens2022-01-281-1/+2
* SERVER-62064 Serialize resharding with other DDL operations on stepupJordi Serra Torrens2022-01-071-0/+7
* SERVER-57667 Speed up resharding's collection cloning using internal stage80741223+jlap199@users.noreply.github.com2021-08-021-0/+12
* SERVER-57952 Re-add DonorStateEnum::kPreparingToBlockWrites.Max Hirschhorn2021-06-231-0/+1
* SERVER-57266 Create IDL representation for resharding metrics time intervalsjannaerin2021-06-091-0/+13
* SERVER-56890 Use a well typed struct rather than object_owned for presetResha...Randolph Tan2021-06-011-0/+13
* SERVER-56816: Remove resharding RecipientStateEnum::kRenamingJamie Anderson2021-05-201-1/+0
* SERVER-55684: Remove resharding's RecipientStateEnum::kSteadyState stateJamie Anderson2021-05-191-1/+0
* SERVER-56726: Rename resharding coordinator enums to reflect the delineation ...Jamie Anderson2021-05-141-2/+2
* SERVER-56799 Use temporary namespace when writing tags docs for zones passed ...jannaerin2021-05-131-0/+16
* SERVER-52461 Enable resharding feature flag by default.Max Hirschhorn2021-05-121-1/+2
* SERVER-55685: Remove reshardingFields.abortReason from the config.collections...Jamie Anderson2021-05-121-3/+0
* SERVER-55677 Remove resharding's DonorStateEnum::kPreparingToBlockWrites stateHaley Connelly2021-05-101-1/+0
* SERVER-56567 Add boolean field to reshardingFields to indicate whether an abo...Blake Oler2021-05-041-0/+5
* SERVER-53920 Periodically obtain remainingOperationTimeEstimatedMillis estima...Amirsaman Memaripour2021-04-201-0/+3
* SERVER-55214 Make resharding recipient shards use fetchTimestamp from each do...Randolph Tan2021-04-082-19/+21
* SERVER-51606 Handle recovery from resharding donorsHaley Connelly2021-04-081-3/+2
* SERVER-54681 Delay start of txnCloners to prevent early write of kIncompleteH...Alex Taskov2021-03-181-0/+2
* SERVER-52158 Create but don't yet use feature flag for resharding.Max Hirschhorn2021-03-111-0/+41
* SERVER-54981 Add recipientShards field to resharding donor document.Max Hirschhorn2021-03-091-0/+2
* SERVER-54980 Split donor and recipent documents into im/mutable state.Max Hirschhorn2021-03-092-42/+109
* SERVER-54580 ReshardingOperationStatusEnum in IDLBilly Donahue2021-03-061-0/+10
* SERVER-54512 Replace resharding "mirroring" related states to "blocking writes"Yuhong Zhang2021-02-251-3/+3
* SERVER-53908 Aggregate the donor approxBytesToCopy and approxDocumentsToCopy ...Amirsaman Memaripour2021-02-251-0/+10
* SERVER-54513 Add kAwaitingFetchTimestamp to resharding recipient states.Max Hirschhorn2021-02-241-0/+1
* SERVER-53907: resharding donors report approxBytesToClone and approxDocuments...LaMont Nelson2021-02-121-0/+10
* SERVER-50584 Serialize resharding errors into a new abortReason fieldHaley Connelly2021-01-282-0/+13
* SERVER-53687 Rename resharding CoordinatorStateEnum kCommitted to kDecisionPe...Haley Connelly2021-01-201-2/+1
* SERVER-52802 Remove kDropping from the ReshardingCoordinatorBlake Oler2020-11-241-1/+0
* SERVER-49900 Update progress document following each batch of config.transact...Jack Mulrow2020-11-191-0/+10
* SERVER-49291 Clone existing collection as part of resharding.Max Hirschhorn2020-11-181-1/+2
* SERVER-50582 split kDonating into kDonatingIntialData and kDonatingOplogEntri...Vishnu Kaushik2020-10-261-1/+3
* SERVER-50922 add kPreparingToMirror to resharding donor serviceVishnu Kaushik2020-10-221-0/+1
* SERVER-51222 Calculate fetchTimestamp before creating temporary resharding co...Blake Oler2020-10-141-3/+1
* SERVER-51412 Add an array of DonorShardIds to TypeCollectionReshardingFields ...Blake Oler2020-10-101-0/+2
* SERVER-51410 Add the original collection's UUID to TypeCollectionReshardingFi...Blake Oler2020-10-091-0/+2
* SERVER-51345 Change all IDL object types to owned object types in Resharding ...Alex Taskov2020-10-061-1/+1
* SERVER-50021 Implement minFetchTimestamp calculation logic on donor shardsjannaerin2020-09-211-1/+4