summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/range_deletion_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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