summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_donor_recipient_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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