summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_donor_recipient_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63634 ReshardingMetricsNew restores common metadata metricsBrett Nawrocki2022-03-251-0/+6
* SERVER-61976 Clarify semantics of step up shard version refresh retriesBrett Nawrocki2021-12-211-1/+1
* SERVER-61976 Retry failed shard version refreshes on step upBrett Nawrocki2021-12-201-14/+21
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-201-1/+1
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-1/+1
* SERVER-58304 Make 'metrics' field in resharding documents optionaljannaerin2021-07-081-6/+3
* SERVER-57953 Call _shardsvrCommitReshardCollection commandBlake Oler2021-07-081-59/+1
* SERVER-57952 Re-add DonorStateEnum::kPreparingToBlockWrites.Max Hirschhorn2021-06-231-0/+9
* SERVER-57266 Create IDL representations for resharding recipient and coordina...jannaerin2021-06-101-1/+2
* SERVER-57266 Create IDL representation for resharding metrics time intervalsjannaerin2021-06-091-2/+4
* SERVER-56726: Rename resharding coordinator enums to reflect the delineation ...Jamie Anderson2021-05-141-5/+5
* SERVER-55685: Remove reshardingFields.abortReason from the config.collections...Jamie Anderson2021-05-121-1/+1
* SERVER-56612 Use the resharding-specific refresh function when recovering a ...Sergi Mateo Bellido2021-05-101-1/+56
* SERVER-54704 Remove processAbortReasonNoDonorMachine() and processAbortReason...Haley Connelly2021-04-221-80/+0
* SERVER-55214 Make resharding recipient shards use fetchTimestamp from each do...Randolph Tan2021-04-081-2/+2
* SERVER-55726 trivial fix: ref loop variable (fixes xcode build)Billy Donahue2021-04-011-1/+1
* SERVER-54486: Clear resharding filtering metadata on primary stepUp.Daniel Gottlieb2021-03-311-1/+47
* SERVER-54279 Add database primary as recipient in reshardingAlex Taskov2021-03-261-1/+5
* SERVER-55356: Increase introspection on resharding_collection_cloner.js failu...Daniel Gottlieb2021-03-241-1/+1
* SERVER-54681 Delay start of txnCloners to prevent early write of kIncompleteH...Alex Taskov2021-03-181-1/+3
* SERVER-54981 Add recipientShards field to resharding donor document.Max Hirschhorn2021-03-091-7/+18
* SERVER-54980 Split donor and recipent documents into im/mutable state.Max Hirschhorn2021-03-091-17/+28
* SERVER-54512 Replace resharding "mirroring" related states to "blocking writes"Yuhong Zhang2021-02-251-15/+3
* SERVER-54513 Add kAwaitingFetchTimestamp to resharding recipient states.Max Hirschhorn2021-02-241-17/+46
* SERVER-54000 Make errors propagate from the ReshardingCoordinator to particip...Haley Connelly2021-02-231-28/+129
* SERVER-53258 Reject writes during resharding operations using critical sectionAlex Taskov2021-02-221-2/+2
* SERVER-54048 Ensure shard owns chunks for collection before creating reshardi...Blake Oler2021-02-031-6/+18
* SERVER-53330 In a resharding operation, retrieve list of participant shards a...Blake Oler2021-01-221-4/+10
* SERVER-53687 Rename resharding CoordinatorStateEnum kCommitted to kDecisionPe...Haley Connelly2021-01-201-4/+4
* SERVER-52742 Ensure both donorFields and recipientFields exists on the origin...Haley Connelly2020-12-071-6/+33
* SERVER-49291 Clone existing collection as part of resharding.Max Hirschhorn2020-11-181-1/+7
* SERVER-51398 Write state transition and other data from resharding donor/reci...Blake Oler2020-11-051-2/+2
* SERVER-51212 Handle resharding fields from shard version mismatch functionBlake Oler2020-10-151-0/+184