summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_runtime_d_params.idl
diff options
context:
space:
mode:
authorAlex Taskov <alex.taskov@mongodb.com>2020-01-30 21:22:36 +0000
committerevergreen <evergreen@mongodb.com>2020-01-30 21:22:36 +0000
commite4fc8b73d3a943cbc9071320876ea1f58f151bb5 (patch)
treedf6c3c22b3fb938d22c999fff5617cd76be1901c /src/mongo/db/s/sharding_runtime_d_params.idl
parent94bd81eb2dce3e744a922b27d710ce192a8a3662 (diff)
downloadmongo-e4fc8b73d3a943cbc9071320876ea1f58f151bb5.tar.gz
SERVER-45743 Add a flag to allow opting out of using the Resumable RangeDeleter
Diffstat (limited to 'src/mongo/db/s/sharding_runtime_d_params.idl')
-rw-r--r--src/mongo/db/s/sharding_runtime_d_params.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mongo/db/s/sharding_runtime_d_params.idl b/src/mongo/db/s/sharding_runtime_d_params.idl
index 44f808d412a..ddb8230386c 100644
--- a/src/mongo/db/s/sharding_runtime_d_params.idl
+++ b/src/mongo/db/s/sharding_runtime_d_params.idl
@@ -90,3 +90,10 @@ server_parameters:
cpp_vartype: AtomicWord<int>
cpp_varname: orphanCleanupDelaySecs
default: 900
+
+ disableResumableRangeDeleter:
+ description: 'Disable the resumable range deleter and revert to prior behavior.'
+ set_at: [startup, runtime]
+ cpp_vartype: AtomicWord<bool>
+ cpp_varname : disableResumableRangeDeleter
+ default: false