-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Checkpoints
-
Storage Engines
-
3
-
StorEng - 2024-01-23
We encountered WT-12032 that we start a checkpoint when the oldest timestamp is larger than the stable timestamp. This is invalid as checkpoint always expect the timestamps are in order when it starts. We should add a verification at the start of the checkpoint to prevent the illegal checkpoint to start.