summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_recipient_service.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55289 Create ReshardingDataReplication class.Max Hirschhorn2021-03-311-21/+20
* SERVER-55328 Call Pipeline::dispose() on cleanup executor in resharding data ...jannaerin2021-03-301-2/+6
* SERVER-55306 Integrate CancelableOperationContext into ReshardingCollectionCl...jannaerin2021-03-251-0/+5
* SERVER-54474 Introduce the _flushReshardingStateChange commandjannaerin2021-03-231-1/+4
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-5/+5
* SERVER-54681 Delay start of txnCloners to prevent early write of kIncompleteH...Alex Taskov2021-03-181-0/+1
* SERVER-53931 Use cancelationTokens for resharding recipient replication compo...Haley Connelly2021-03-151-2/+11
* SERVER-53506 Deal with the possibility of writes coming into the coordinator ...Yuhong Zhang2021-03-101-2/+6
* SERVER-54980 Split donor and recipent documents into im/mutable state.Max Hirschhorn2021-03-091-12/+26
* SERVER-54512 Replace resharding "mirroring" related states to "blocking writes"Yuhong Zhang2021-02-251-6/+5
* SERVER-54513 Add kAwaitingFetchTimestamp to resharding recipient states.Max Hirschhorn2021-02-241-4/+7
* SERVER-54000 Make errors propagate from the ReshardingCoordinator to particip...Haley Connelly2021-02-231-1/+5
* SERVER-53941 Have resharding oplog applier resume from its progress documentYuhong Zhang2021-02-231-3/+6
* SERVER-53910 report resharding_oplog_{fetcher,applier} oplog entry countBilly Donahue2021-02-221-0/+2
* SERVER-53258 Reject writes during resharding operations using critical sectionAlex Taskov2021-02-221-5/+7
* SERVER-49894 Have resharding oplog fetcher resume from 'ts' component of larg...Yuhong Zhang2021-02-181-0/+4
* Revert "SERVER-49894 Have resharding oplog fetcher resume from 'ts' component...Kaloian Manassiev2021-02-181-4/+0
* SERVER-49894 Have resharding oplog fetcher resume from 'ts' component of larg...Yuhong Zhang2021-02-171-0/+4
* SERVER-52921 Integrate config.txn cloner for resharding into RecipientStateMa...Randolph Tan2021-02-171-0/+5
* 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