summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_runtime_d_params.idl
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2020-05-12 17:26:45 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-18 04:14:45 +0000
commitd0e6f87351312a299a17f6d63e3f2f4db834ae1f (patch)
treecf758ddf2c85d414d9eab4aa1b318791934aae30 /src/mongo/db/s/sharding_runtime_d_params.idl
parent7e2111ef33fc40959a254bd3109466176ae60718 (diff)
downloadmongo-d0e6f87351312a299a17f6d63e3f2f4db834ae1f.tar.gz
SERVER-47992 Make disableResumableRangeDeleter just prevent ranges from being submitted for deletio
Diffstat (limited to 'src/mongo/db/s/sharding_runtime_d_params.idl')
-rw-r--r--src/mongo/db/s/sharding_runtime_d_params.idl5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mongo/db/s/sharding_runtime_d_params.idl b/src/mongo/db/s/sharding_runtime_d_params.idl
index 4533c957adf..0d92e71aae6 100644
--- a/src/mongo/db/s/sharding_runtime_d_params.idl
+++ b/src/mongo/db/s/sharding_runtime_d_params.idl
@@ -92,7 +92,10 @@ server_parameters:
default: 900
disableResumableRangeDeleter:
- description: 'Disable the resumable range deleter and revert to prior behavior.'
+ description: >-
+ Disable the resumable range deleter. Ranges will not be submitted for deletion, and if an
+ incoming migration sees orphans in the incoming range, the migration will fail. The
+ resumable range deleter replaced the old non-durable range deleter as of FCV 4.4.
set_at: [startup]
cpp_vartype: AtomicWord<bool>
cpp_varname : disableResumableRangeDeleter