-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Cluster Scalability
-
Fully Compatible
-
ALL
-
Cluster Scalability 2024-3-4
-
143
This is because for last lts the cluster transitionFromDedicatedConfigServer is feature flagged on the mongos, which causes a CommandNotFound error. We should ideally get rid of this feature flag in 7.0 and just uassert() in the command if the feature flag is disabled instead as a long term fix.