summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/range_deletion_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-1/+1
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-101-1/+2
* SERVER-61806 Don't access ScopedCollectionAcquisition after yieldAllison Easton2023-05-101-2/+3
* SERVER-61806 Uniform range deleter logging of rangesAllison Easton2023-05-091-11/+8
* SERVER-76056 Rename range deleter's docs deleted statistic from countDocsDele...Marcos José Grillo Ramirez2023-05-091-1/+1
* Revert "SERVER-76056 Rename range deleter's docs deleted statistic from count...auto-revert-processor2023-05-081-1/+1
* SERVER-65559 Get rid of legacy range deleter and RangeDeleterService feature ...Pierlauro Sciarelli2023-05-081-165/+0
* SERVER-76056 Rename range deleter's docs deleted statistic from countDocsDele...Marcos José Grillo Ramirez2023-05-081-1/+1
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-16/+19
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-5/+4
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-1/+1
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-5/+6
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-15/+13
* SERVER-74668 findShardKeyPrefixedIndex func extracts index catalog from Coll...Tommaso Tocci2023-03-101-2/+2
* SERVER-73238 Introduce the `shard_role_api` libraryKaloian Manassiev2023-01-261-1/+0
* SERVER-72290 `deleteRangeDeletionTasksForRename` must not deregister tasks fo...Pierlauro Sciarelli2023-01-091-5/+0
* Revert "SERVER-70036 Deprioritise range deletion when overloaded"Haley Connelly2022-12-231-3/+0
* SERVER-71436 Range deleter must not aggressively spam the log when shard key ...Pierlauro Sciarelli2022-12-051-6/+14
* SERVER-70864 Get rid of fine-grained range deleter lockTommaso Tocci2022-11-011-1/+1
* SERVER-70721 Rename SetTicketAquisitionPriorityForLock to SetAdmissionPriorit...Haley Connelly2022-10-311-1/+1
* SERVER-70036 Deprioritise range deletion when overloadedJordi Olivares Provencio2022-10-171-0/+3
* SERVER-70094 Synchronize shutdown with resuming of range deletionsPierlauro Sciarelli2022-09-291-1/+1
* SERVER-70034 Fix potential deadlock on step downSilvia Surroca2022-09-291-2/+17
* SERVER-69886 Properly handle shutdown of range deleter servicePierlauro Sciarelli2022-09-271-1/+2
* SERVER-65016 Remove range deletions as part of `dropCollection`Silvia Surroca2022-09-231-0/+6
* SERVER-68725 Plug actual deletion in the range deleter servicePierlauro Sciarelli2022-09-201-51/+59
* SERVER-69555 Range deletions must always be referred by `collUuid+range` rath...Pierlauro Sciarelli2022-09-121-24/+38
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-181-1/+3
* SERVER-68354 Set `whenToClean` to `now` when marking range deletion task as p...Pierlauro Sciarelli2022-07-281-1/+3
* SERVER-67778 Lock collection via UUID rather than namespace in the range-deleterPierlauro Sciarelli2022-07-271-65/+41
* SERVER-67779 Refactor `deleteRangeInBatches` to don't require an executorPierlauro Sciarelli2022-07-111-103/+102
* SERVER-67688 notifySecondariesThatDeletionIsOccurring is not notifying second...Pierlauro Sciarelli2022-07-051-24/+0
* SERVER-67691 Get rid of orphans tracking upgrade/downgrade proceduresPierlauro Sciarelli2022-07-051-75/+0
* SERVER-63243 Range deleter must not clean up orphan ranges in a round-robin f...Allison Easton2022-06-071-82/+94
* SERVER-66916 Make rangeDeleterBatchSize and rangeDeleterBatchDelayMS dynamica...Kaloian Manassiev2022-06-021-16/+11
* SERVER-66866 Make the range deleter not sleep under collection lockKaloian Manassiev2022-05-311-65/+59
* SERVER-64242 Make `collStats` aggregation stage retrieve orphans from Balance...Allison Easton2022-05-311-15/+0
* SERVER-66353 Add concurrency information to OperationContext::setAlwaysInterr...George Wangensteen2022-05-231-1/+1
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-2/+2
* SERVER-65015 Granular locks for synchronizing orphans trackingAllison Easton2022-04-261-4/+14
* SERVER-64979 Range deleter must start with same range deletion task on step upAllison Easton2022-04-121-0/+10
* Revert "SERVER-64979 Range deleter must start with same range deletion task o...Allison Easton2022-04-111-10/+0
* SERVER-64979 Range deleter must start with same range deletion task on step upAllison Easton2022-04-071-0/+10
* SERVER-64196 Implement BalancerStatisticsRegistry and command to retrieve its...Tommaso Tocci2022-04-051-1/+2
* SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with ongoing...Allison Easton2022-03-301-11/+8
* SERVER-64857 Retry range deletion task update on write conflict exceptionsAllison Easton2022-03-291-4/+9
* Revert "SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with...Tommaso Tocci2022-03-221-7/+9
* SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with ongoing...Allison Easton2022-03-221-9/+7