summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/range_deletion_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62368 Range deleter must honor rangeDeleterBatchDelayMSPierlauro Sciarelli2022-01-311-5/+9
* SERVER-60123 Support sharding by cluster key _id on explicitly created cluste...Haley Connelly2021-12-211-14/+3
* SERVER-61962 Rename `db/exec/delete.h/.cpp` to `delete_stage.h/.cpp`Kaloian Manassiev2021-12-131-1/+1
* SERVER-61628 Do not reschedule range deletion task when orphans have been ful...Pierlauro Sciarelli2021-12-091-2/+2
* SERVER-59329: Make sure that withTemporaryOperationContext throw an error if ...Kshitij Gupta2021-09-211-72/+92
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-9/+9
* SERVER-56479 Server logging of BSON containing BinData does not roundtripMark Benvenuto2021-07-201-1/+1
* SERVER-56275: Check all ways that an opCtx will be interrupted for step up an...XueruiFa2021-07-071-8/+3
* SERVER-57587 Avoid scheduling more range deletion tasks for same range during...Pierlauro Sciarelli2021-06-101-7/+9
* SERVER-57127 IndexCatalog::findShardKeyPrefixedIndex() accepts CollectionPtrBenety Goh2021-06-031-4/+5
* SERVER-55557 Range deletion of aborted migration can fail after a refine shar...Jordi Serra Torrens2021-05-281-0/+1
* SERVER-57001 Range deletion snapshotting must always start from a clean statePierlauro Sciarelli2021-05-181-1/+5
* SERVER-47699 Change yield type used by range deleter from YIELD_MANUAL to YIE...Antonio Fuschetto2021-04-271-1/+1
* SERVER-47699 Change yield type used by range deleter from YIELD_MANUAL to YIE...Antonio Fuschetto2021-04-231-1/+1
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-3/+3
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-03-171-1/+1
* SERVER-55113 Split rename/range-deletion procedures in idempotent stepsPierlauro Sciarelli2021-03-111-9/+41
* SERVER-54631 Submit range deletion tasks upon sharded collection renamePierlauro Sciarelli2021-03-041-1/+29
* Revert "SERVER-50656 Add cancellation support to WaitForMajorityService"George Wangensteen2021-02-041-1/+1
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-02-041-1/+1
* SERVER-53462 Improve range-deleter logging (fix log level for recoverable error)Pierlauro Sciarelli2021-01-131-7/+6
* SERVER-53462 Improve range-deleter loggingPierlauro Sciarelli2021-01-071-22/+35
* SERVER-51298 Add cancelation support to AsyncTry/until looping utilityGeorge Wangensteen2020-12-101-1/+2
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-1/+1
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-1/+4
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-12/+15
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-081-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+2
* SERVER-50344 Rename Client methods to clarify that they are about being kille...Spencer T Brody2020-08-251-1/+1
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-1/+1
* SERVER-49681 Move persistent task store under dbPierlauro Sciarelli2020-07-201-1/+1
* SERVER-49316 Move wait_for_majority_service to its own librarySpencer T Brody2020-07-071-1/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-3/+1
* SERVER-48550 Range deletion code should allow exceptions from PlanExecutor::g...Esha Maharishi2020-06-021-10/+11
* SERVER-48361 Additional logv2 message cleanup for shardingjannaerin2020-06-011-45/+59
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-12/+11
* SERVER-45999 Remove unused opCtx argument to PersistentTaskStore constructorCheahuychou Mao2020-03-301-3/+2
* SERVER-46395 Ensure range deletion task document exists during deletion.Max Hirschhorn2020-03-111-36/+100
* SERVER-44841 Revisit log levels for new migration protocolAlex Taskov2020-02-291-24/+28
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-28/+75
* SERVER-46261 Fix typo in range_deletion_util.cppEsha Maharishi2020-02-191-1/+1
* SERVER-46183 Make range deleter wait for replication only once at end of docu...Matthew Saltz2020-02-181-41/+45
* SERVER-45441 submitRangeDeletionTask should force a refresh if the metadata i...Esha Maharishi2020-01-231-1/+2
* SERVER-45249 Make recipient wait for orphan cleanup before cloning indexesCheahuychou Mao2020-01-201-4/+7
* SERVER-45024 Integrate refactored range deletion functionality and remove Col...Matthew Saltz2020-01-151-6/+6
* SERVER-45024 Add new function to handle range deletionMatthew Saltz2020-01-131-0/+390