summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_donor_service.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54474 Introduce the _flushReshardingStateChange commandjannaerin2021-03-231-1/+4
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-1/+1
* SERVER-54981 Decouple DonorStateMachine unit testing from sharding env.Max Hirschhorn2021-03-111-3/+33
* SERVER-53506 Deal with the possibility of writes coming into the coordinator ...Yuhong Zhang2021-03-101-1/+4
* SERVER-54981 Add recipientShards field to resharding donor document.Max Hirschhorn2021-03-091-0/+1
* SERVER-54980 Split donor and recipent documents into im/mutable state.Max Hirschhorn2021-03-091-17/+24
* SERVER-54512 Replace resharding "mirroring" related states to "blocking writes"Yuhong Zhang2021-02-251-2/+2
* SERVER-54513 Add kAwaitingFetchTimestamp to resharding recipient states.Max Hirschhorn2021-02-241-3/+3
* SERVER-54000 Make errors propagate from the ReshardingCoordinator to particip...Haley Connelly2021-02-231-0/+4
* SERVER-53258 Reject writes during resharding operations using critical sectionAlex Taskov2021-02-221-1/+6
* SERVER-53907: resharding donors report approxBytesToClone and approxDocuments...LaMont Nelson2021-02-121-1/+2
* SERVER-50978 Add currentOp reporting for ReshardingDonorService InstancesAmirsaman Memaripour2021-02-041-6/+1
* SERVER-50584 Serialize resharding errors into a new abortReason fieldHaley Connelly2021-01-281-5/+5
* SERVER-53687 Rename resharding CoordinatorStateEnum kCommitted to kDecisionPe...Haley Connelly2021-01-201-2/+2
* SERVER-53460 Rename methods to clarify that local state is not removed until ...Sarah Zhou2021-01-051-2/+0
* SERVER-52795 Resharding donors write final oplog entry upon entering the prep...LaMont Nelson2020-12-231-0/+4
* SERVER-51130 Implement onReshardingFieldsChanges for donor and recipient stat...Haley Connelly2020-12-161-2/+1
* SERVER-51132 Ensure that resharding participants have removed all disk metada...Alex Taskov2020-12-071-0/+3
* SERVER-52801 Implement local drop for the original collection on resharding d...Blake Oler2020-12-051-0/+4
* SERVER-51012 Integrate CancelationTokens with PrimaryOnlyServiceJason Zhang2020-11-251-1/+2
* SERVER-52695 Tenant Migration Recipient Instance should use parent executor (...Suganthi Mani2020-11-171-1/+1
* SERVER-51398 Write state transition and other data from resharding donor/reci...Blake Oler2020-11-051-0/+3
* SERVER-50582 split kDonating into kDonatingIntialData and kDonatingOplogEntri...Vishnu Kaushik2020-10-261-1/+6
* SERVER-50922 add kPreparingToMirror to resharding donor serviceVishnu Kaushik2020-10-221-1/+3
* SERVER-51212 Handle resharding fields from shard version mismatch functionBlake Oler2020-10-151-2/+3
* SERVER-51511 Insert state documents for resharding donor/recipients upon firs...jannaerin2020-10-141-0/+3
* SERVER-51419 Don't optimistically transition states in ReshardingDonorServiceBlake Oler2020-10-091-0/+2
* SERVER-50801 Rearrange resharding PrimaryOnlyService instances to be forward-...Blake Oler2020-09-291-1/+4
* SERVER-50986 Implement PrimaryOnlyService::interrupt on resharding primary on...jannaerin2020-09-241-3/+18
* SERVER-49243 Add framework for PrimaryOnlyServices to report their Instances ...Spencer T Brody2020-09-231-0/+9
* SERVER-50953 Remove completionFuture from PrimaryOnlyService machinerySpencer T Brody2020-09-231-1/+1
* SERVER-50021 Implement minFetchTimestamp calculation logic on donor shardsjannaerin2020-09-211-2/+3
* SERVER-50939 Ensure that PrimaryOnlyService Instances unblock any dependent w...Cheahuychou Mao2020-09-171-0/+2
* SERVER-49565 Create ReshardingRecipientServiceBlake Oler2020-09-171-4/+2
* SERVER-49564 Create ReshardingDonorServiceBlake Oler2020-09-021-0/+112