summaryrefslogtreecommitdiff
path: root/src/mongo/s
diff options
context:
space:
mode:
authorAllison Easton <allison.easton@mongodb.com>2023-04-25 11:59:52 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-25 12:37:21 +0000
commitef5c16cffcca344b011b5d8b01a6840ca5f6f894 (patch)
treed036b2e9799f2298eb1540917e3d8f1bd5d45070 /src/mongo/s
parentc6f29c10cca4b962afa76d05f656264318333cf6 (diff)
downloadmongo-ef5c16cffcca344b011b5d8b01a6840ca5f6f894.tar.gz
SERVER-76394 Allow the setAllowMigrations refresh to be sent to all shards in a backportable way
Diffstat (limited to 'src/mongo/s')
-rw-r--r--src/mongo/s/sharding_feature_flags.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/s/sharding_feature_flags.idl b/src/mongo/s/sharding_feature_flags.idl
index 7c63b7d35d0..339d9072d87 100644
--- a/src/mongo/s/sharding_feature_flags.idl
+++ b/src/mongo/s/sharding_feature_flags.idl
@@ -92,12 +92,6 @@ feature_flags:
cpp_varname: feature_flags::gDropCollectionHoldingCriticalSection
default: true
version: 7.0
- # TODO (SERVER-74477): Remove once 7.0 becomes last LTS.
- featureFlagAllowMigrationsRefreshToAll:
- description: "Feature flag for sending flushRoutingTableCacheUpdates to all shards in setAllowMigrations"
- cpp_varname: feature_flags::gAllowMigrationsRefreshToAll
- default: true
- version: 7.0
featureFlagCheckForDirectShardOperations:
description: "Feature flag for checking for direct shard operations."
cpp_varname: feature_flags::gCheckForDirectShardOperations