summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_donor_service.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64378 Track and Report New Donor and Recipient Fields in CurrentOpRandolph Tan2022-04-151-0/+1
* SERVER-64372 Add parity $currentOp resharding donor fieldsBrett Nawrocki2022-04-141-0/+5
* Revert "SERVER-64372 Add parity $currentOp resharding donor fields"Brett Nawrocki2022-04-081-5/+0
* SERVER-64372 Add parity $currentOp resharding donor fieldsBrett Nawrocki2022-04-061-0/+5
* SERVER-62733 Move resharding_util.h/.cpp to db/s/reshardingKaloian Manassiev2022-01-201-1/+0
* SERVER-60987 Add comment to primary-only-service instances that don't utilize...Didier Nadeau2021-11-151-0/+1
* SERVER-60990 Split instance conflict check from PrimaryOnlyService::construct...Didier Nadeau2021-11-111-2/+4
* SERVER-60752 PrimaryOnlyService conflict detection APIA. Jesse Jiryu Davis2021-10-251-1/+4
* SERVER-57953 Thread calls to setFilteringMetadata inside the resharding parti...Blake Oler2021-07-061-0/+2
* SERVER-53913: ReshardingDonorService instances to load metrics stateKshitij Gupta2021-07-051-0/+3
* SERVER-57953 Change existing participant machines to allow directly calling c...Blake Oler2021-06-281-1/+9
* SERVER-57952 Re-add DonorStateEnum::kPreparingToBlockWrites.Max Hirschhorn2021-06-231-1/+5
* SERVER-56499 Start resharding metrics on resharding donorsRandolph Tan2021-06-031-2/+9
* SERVER-55686 Prevent resharding coordinator document from exceeding 16MB BSON...Haley Connelly2021-06-031-0/+11
* SERVER-57260 Plumb through userCanceled to the _shardsvrAbortReshardCollectio...Luis Osta2021-06-021-1/+1
* SERVER-56658 Use the cleanup executor to fulfill resharding recipient machine...Blake Oler2021-05-261-1/+1
* SERVER-57126 Don't invariant that resharding machine completion promises are ...Blake Oler2021-05-251-1/+1
* SERVER-56638 Create explicit command for abort participants in reshardCollectionRandolph Tan2021-05-211-3/+3
* SERVER-55685: Remove reshardingFields.abortReason from the config.collections...Jamie Anderson2021-05-121-4/+0
* SERVER-56785 Critical section is wrongly reacquired after completing a reshar...Sergi Mateo Bellido2021-05-121-4/+4
* SERVER-55677 Remove resharding's DonorStateEnum::kPreparingToBlockWrites stateHaley Connelly2021-05-101-1/+1
* SERVER-56658 Use the cleanup executor to fulfill resharding donor machine com...Blake Oler2021-05-061-1/+11
* SERVER-53653 [Resharding] Take the critical section when renaming on recipien...Sergi Mateo Bellido2021-05-051-2/+9
* SERVER-56333 Add server parameters for thread pool sizes for resharding prima...jannaerin2021-05-041-4/+1
* SERVER-55288 Create RecipientStateMachineExternalState class.Max Hirschhorn2021-04-211-4/+1
* SERVER-55325 Integrate CancelableOperationContext into resharding's DonorStat...jannaerin2021-04-091-0/+7
* SERVER-54696 Serialize DDL operations on step-upTommaso Tocci2021-04-091-2/+1
* SERVER-51606 Handle recovery from resharding donorsHaley Connelly2021-04-081-13/+50
* Revert "SERVER-54696 Serialize DDL operations on step-up"Tommaso Tocci2021-04-081-1/+2
* SERVER-54696 Serialize DDL operations on step-upTommaso Tocci2021-04-071-2/+1
* 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