summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergi Mateo Bellido <sergi.mateo-bellido@mongodb.com>2023-05-15 06:21:03 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-15 07:00:02 +0000
commit2ea266820fbd6629769309d6462c250b8b1bee73 (patch)
tree79167d4b8f86fbf0cec7e5aefe46a234622d8c77 /src
parent8faef7bcc431815d964ee35a45a6a1d21003a063 (diff)
downloadmongo-2ea266820fbd6629769309d6462c250b8b1bee73.tar.gz
SERVER-62769 Enabling prevent direct shard operations feature flag
Diffstat (limited to 'src')
-rw-r--r--src/mongo/s/sharding_feature_flags.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/sharding_feature_flags.idl b/src/mongo/s/sharding_feature_flags.idl
index efdf94d250d..c3407521c96 100644
--- a/src/mongo/s/sharding_feature_flags.idl
+++ b/src/mongo/s/sharding_feature_flags.idl
@@ -97,11 +97,11 @@ feature_flags:
default: true
version: 7.0
shouldBeFCVGated: true
-
featureFlagCheckForDirectShardOperations:
description: "Feature flag for checking for direct shard operations."
cpp_varname: feature_flags::gCheckForDirectShardOperations
- default: false
+ default: true
+ version: 7.1
shouldBeFCVGated: true
featureFlagClusterCardinalityParameter:
description: "Feature flag for enabling the cluster parameter tracking cluster cardinality."