diff options
author | Allison Easton <allison.easton@mongodb.com> | 2023-04-25 11:59:52 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-04-25 12:37:21 +0000 |
commit | ef5c16cffcca344b011b5d8b01a6840ca5f6f894 (patch) | |
tree | d036b2e9799f2298eb1540917e3d8f1bd5d45070 /src/mongo/s | |
parent | c6f29c10cca4b962afa76d05f656264318333cf6 (diff) | |
download | mongo-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.idl | 6 |
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 |