SERVER-122281 Update release version of reshardingSkipCloningAndApplyingIfApplicable feature flag to 9.0 (#51067)

GitOrigin-RevId: 5094fc424691f96f1fef0cd1df11c6c8e7be979b
This commit is contained in:
Kruti Shah 2026-04-03 11:01:29 -04:00 committed by MongoDB Bot
parent 36d220f044
commit 07ae7c7ff1
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
* for responses for commands against donors or recipients in the critical section.
*
* @tags: [
* requires_fcv_83,
* requires_fcv_90,
* featureFlagReshardingVerification,
* featureFlagReshardingSkipCloningAndApplyingIfApplicable,
* ]

View File

@ -5,7 +5,7 @@
* for it. In addition, test that after failover the skip is respected and the
* 'approxDocumentsToCopy' and 'approxBytesToCopy' are restored correctly.
* @tags: [
* requires_fcv_83,
* requires_fcv_90,
* featureFlagReshardingSkipCloningAndApplyingIfApplicable,
* # TODO (SERVER-104862): Re-enable this test in aubsan variants.
* incompatible_aubsan,

View File

@ -75,7 +75,7 @@ feature_flags:
for it). Currently, only the primary shard can be such a recipient shard."
cpp_varname: gFeatureFlagReshardingSkipCloningAndApplyingIfApplicable
default: true
version: 8.3
version: 9.0
fcv_gated: true
featureFlagReshardingSkipCloningIfApplicable:
mod_visibility: public