mirror of https://github.com/mongodb/mongo
SERVER-88631 - Create feature flag for persisting collection metadata authoritatively (#32712)
GitOrigin-RevId: cd264f2922d53020e50043ed607a8f192ea2767c
This commit is contained in:
parent
6bfc69f873
commit
cac375b542
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue