SERVER-88631 - Create feature flag for persisting collection metadata authoritatively (#32712)

GitOrigin-RevId: cd264f2922d53020e50043ed607a8f192ea2767c
This commit is contained in:
Meryama 2025-02-25 09:53:08 +01:00 committed by MongoDB Bot
parent 6bfc69f873
commit cac375b542
1 changed files with 7 additions and 0 deletions

View File

@ -169,6 +169,13 @@ feature_flags:
cpp_varname: feature_flags::gShardAuthoritativeDbMetadata
default: false
shouldBeFCVGated: false
# TODO (SERVER-89169): remove once 9.0 becomes last LTS.
featureFlagShardAuthoritativeCollMetadata:
description: "Feature flag to enable the authoritative model for storing shard-local information
for collections and chunks metadata."
cpp_varname: feature_flags::gShardAuthoritativeCollMetadata
default: false
shouldBeFCVGated: false
# TODO (SERVER-100309): remove once 9.0 becomes last LTS.
featureFlagSessionsCollectionCoordinatorOnConfigServer:
description: Feature flag for running the shard collection coordinator on the config server for