summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_recipient_service.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49894 Have resharding oplog fetcher resume from 'ts' component of larg...server-49894Yuhong Zhang2021-02-171-0/+4
* SERVER-53374 Clean up oplog related collections created for reshardingjannaerin2021-02-171-0/+5
* SERVER-53567 Create conflict stash collections with same collation as tempora...jannaerin2021-02-091-0/+6
* SERVER-51021 Add currentOp reporting for ReshardingRecipientService InstancesAmirsaman Memaripour2021-02-051-7/+2
* SERVER-50584 Serialize resharding errors into a new abortReason fieldHaley Connelly2021-01-281-5/+4
* 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-1/+1
* SERVER-53108 Move batching logic into ReshardingDonorOplogIterator.Max Hirschhorn2020-12-241-3/+3
* SERVER-51130 Implement onReshardingFieldsChanges for donor and recipient stat...Haley Connelly2020-12-161-4/+1
* SERVER-52769 Create shard key index if doesn't exist as part of creating the ...Blake Oler2020-12-091-0/+1
* SERVER-51132 Ensure that resharding participants have removed all disk metada...Alex Taskov2020-12-071-0/+3
* SERVER-52594 Apply oplog entries as part of resharding.Max Hirschhorn2020-12-031-0/+9
* SERVER-52593 Fetch oplog entries as part of resharding.Max Hirschhorn2020-12-021-0/+3
* SERVER-51012 Integrate CancelationTokens with PrimaryOnlyServiceJason Zhang2020-11-251-1/+2
* SERVER-49291 Clone existing collection as part of resharding.Max Hirschhorn2020-11-181-1/+6
* SERVER-52695 Tenant Migration Recipient Instance should use parent executor (...Suganthi Mani2020-11-171-1/+1
* SERVER-51217 Create temporary resharding collection on recipientBlake Oler2020-11-101-1/+3
* SERVER-51398 Write state transition and other data from resharding donor/reci...Blake Oler2020-11-051-0/+2
* SERVER-51272: Run resharding oplog fetching after receiving the fetchTimestamp.Daniel Gottlieb2020-10-191-0/+1
* SERVER-51212 Handle resharding fields from shard version mismatch functionBlake Oler2020-10-151-2/+3
* SERVER-51222 Calculate fetchTimestamp before creating temporary resharding co...Blake Oler2020-10-141-5/+2
* SERVER-51511 Insert state documents for resharding donor/recipients upon firs...jannaerin2020-10-141-0/+3
* SERVER-50023 Implement temporary resharding collection creation logic on shar...Jack Mulrow2020-09-301-0/+13
* SERVER-50801 Rearrange resharding PrimaryOnlyService instances to be forward-...Blake Oler2020-09-291-1/+3
* SERVER-50986 Implement PrimaryOnlyService::interrupt on resharding primary on...jannaerin2020-09-241-3/+18
* SERVER-50022 Implement fetchTimestamp digestion on recipient shardsjannaerin2020-09-241-2/+5
* 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-50939 Ensure that PrimaryOnlyService Instances unblock any dependent w...Cheahuychou Mao2020-09-171-0/+2
* SERVER-49565 Create ReshardingRecipientServiceBlake Oler2020-09-171-0/+120