-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
RSS Sydney
-
ALL
-
Execution Team 2024-02-05, RSS Sydney - 2024-07-23
Currently, during a clean shutdown, we downgrade the WT version for data files to be backward compatible. However, the WiredTigerFileVersion::getDowngradeString() method appears to provide an incorrect result, returning a stale WT version value ("10.0.0") . I think we should update to
kLastLTSWTRelease = 11.2.0 kLastContinuousWTRelease = 11.2.0 kLatestWTRelease = 11.3.0
I'm uncertain about the implications of this issue but observed it while investigating another WT-related problem.