summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_runtime_d_params.idl
diff options
context:
space:
mode:
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