-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
CAR Team 2024-04-01
-
135
As long as SERVER-86309 is not completed, when FCV < 8.0 the convertToCapped command is not passing by the DDL coordinator and does not update the sharding catalog.
So we may observe the following failure:
- The collection was created/tracked when the FCV was 8.0
- FCV downgraded to v7.0
- convertToCapped runs in the legacy path, ignoring the sharding catalog
Purpose of this ticket is to blacklist this test from suites downgrading the FCV and put a TODO to re-enable it as part of SERVER-86309.
- related to
-
SERVER-86309 Untrack unsplittable collections on downgrade
- Closed