summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55430 Record metrics about whether a collection is rebalanced after re...Randolph Tan2021-06-165-0/+70
* SERVER-57524 Make refine and resharding not write epoch/timestamp to the chun...Kaloian Manassiev2021-06-163-76/+70
* SERVER-57668 Cache post-transformed chunk bounds for resharding cloning.Max Hirschhorn2021-06-151-16/+16
* SERVER-56606 Only indicate cancelation to resharding metrics on participant s...Luis Osta2021-06-153-3/+53
* SERVER-54960 ReshardingMetrics time smearing (and refactor)Billy Donahue2021-06-142-219/+202
* SERVER-54610 Make resharding writes to donor documents take exclusive locksHaley Connelly2021-06-142-12/+22
* SERVER-57653 Dispose Pipeline in ReshardingDonorOplogIterator on error.Max Hirschhorn2021-06-141-9/+6
* SERVER-53912: ReshardingRecipientService instances to load metrics stateKshitij Gupta2021-06-111-1/+1
* SERVER-53912: ReshardingRecipientService instances to load metrics stateKshitij Gupta2021-06-114-1/+193
* SERVER-57266 Create IDL representations for resharding recipient and coordina...jannaerin2021-06-107-6/+48
* SERVER-57526 Removed declaration of unused ReshardingDonorOplogIterator::_wit...Matt Walak2021-06-101-3/+0
* SERVER-57182 reshardCollection command is shuffling data even when requested ...Haley Connelly2021-06-103-8/+27
* SERVER-57266 Create IDL representation for resharding metrics time intervalsjannaerin2021-06-094-4/+26
* SERVER-57169 Removed declaration of unused Resharding::_applyThenTransitionTo...Matt Walak2021-06-091-4/+0
* SERVER-57263: Use resharding metrics stepUp/stepDown logic in theKshitij Gupta2021-06-082-18/+22
* SERVER-57367 Put units on strings used in resharding statsRandolph Tan2021-06-072-21/+22
* SERVER-57331: Expose currentOp metrics so that they can be easilyKshitij Gupta2021-06-042-5/+43
* SERVER-57303 Create transaction history iterator stage for ReshardingBernard Gorman2021-06-044-59/+531
* SERVER-55818: Creating a ReshardingCoordinatorServiceTest fixture analogous t...Kshitij Gupta2021-06-034-197/+736
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-1/+2
* SERVER-56499 Start resharding metrics on resharding donorsRandolph Tan2021-06-036-24/+74
* SERVER-56876 Test idempotency of resharding's oplog application with the resh...jannaerin2021-06-031-0/+16
* SERVER-56215 Ensure current client is set in CoordinatorCommitMonitor unit-testsAmirsaman Memaripour2021-06-031-7/+19
* SERVER-57378 Fix data-race in the resharding commit monitor unit-testsAmirsaman Memaripour2021-06-032-3/+14
* SERVER-57313 Pass the collection epoch and timestamp when building a ChunkTyp...Sergi Mateo Bellido2021-06-031-18/+40
* SERVER-55686 Prevent resharding coordinator document from exceeding 16MB BSON...Haley Connelly2021-06-039-16/+203
* SERVER-57260 Plumb through userCanceled to the _shardsvrAbortReshardCollectio...Luis Osta2021-06-028-15/+16
* SERVER-57153 Support co-existing donors/recipients in resharding metricsBlake Oler2021-06-019-145/+282
* SERVER-56890 Use a well typed struct rather than object_owned for presetResha...Randolph Tan2021-06-014-52/+24
* SERVER-56336 Replace usages of withAutomaticRetry() in resharding_donor_servi...Luis Osta2021-05-281-94/+95
* SERVER-53652 Remove Lock Free Reads feature flag and builder.Dianna Hohensee2021-05-272-0/+48
* SERVER-56658 Use the cleanup executor to fulfill resharding recipient machine...Blake Oler2021-05-264-7/+32
* SERVER-56902 Remove _abortReason member variable from ReshardingRecipientServiceLuis Osta2021-05-262-24/+18
* SERVER-57126 Don't invariant that resharding machine completion promises are ...Blake Oler2021-05-256-17/+3
* SERVER-56638 Create explicit command for abort participants in reshardCollectionRandolph Tan2021-05-218-40/+55
* SERVER-56739 Rewrite resharding metrics duration component to allow for resum...Blake Oler2021-05-209-90/+189
* SERVER-56816: Remove resharding RecipientStateEnum::kRenamingJamie Anderson2021-05-202-9/+3
* SERVER-55684: Remove resharding's RecipientStateEnum::kSteadyState stateJamie Anderson2021-05-197-83/+23
* SERVER-56659 Use local write concern when acquiring and releasing resumable c...Randolph Tan2021-05-191-12/+2
* SERVER-50694 Ensure that resharding operations have finished before beginning...Randolph Tan2021-05-192-0/+49
* SERVER-56936 Ensure ReshardingCoordinator's _flushReshardingStateChangesHaley Connelly2021-05-181-0/+16
* SERVER-54780: Remove unused variables in resharding's insertCoordDocAndChange...Jamie Anderson2021-05-182-4/+1
* SERVER-56726: Rename resharding coordinator enums to reflect the delineation ...Jamie Anderson2021-05-1410-58/+50
* SERVER-55511 Handle recovery for resharding recipientsHaley Connelly2021-05-136-209/+623
* SERVER-56500 Create path for ReshardingMetrics to handle stepUp/stepDownBlake Oler2021-05-134-3/+74
* SERVER-56923 Temporarily comment out resharding metrics invariant to allow fo...Blake Oler2021-05-132-2/+7
* SERVER-56799 Use temporary namespace when writing tags docs for zones passed ...jannaerin2021-05-134-48/+24
* SERVER-56418 Re-add isAlsoRecipient ReshardingDonorService test cases.Max Hirschhorn2021-05-121-79/+187
* SERVER-55685: Remove reshardingFields.abortReason from the config.collections...Jamie Anderson2021-05-127-54/+30
* SERVER-56418 Reset reached state on begin PauseDuringStateTransitions.Max Hirschhorn2021-05-122-0/+9