-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
CAR Team 2026-07-20
-
🟩 Routing and Topology
-
None
-
None
-
None
-
None
-
None
-
None
Some part of the code assume that kLastLTS and kLastContinuous are different. While this can be true sometimes, it's not always true.
For example, with kLastLTS = 8.0, kLastContinuous=8.3, and kLatest=9.0, this is true.
But with the release of 9.0, kLastLTS=9.0, kLastContinuous=9.0, kLatest=9.1
This breaks specifically switch cases, where having two entries with the same value is considered an error.
- is related to
-
SERVER-129707 Upgrade FCV Constants and Tag the first new commit in master with 9.1.0-alpha0
-
- Backlog
-