-
Type: Technical Debt
-
Resolution: Won't Fix
-
Priority: Critical - P2
-
None
-
Affects Version/s: None
-
Component/s: None
-
8
There's a window where a checkpoint can fail to include a transaction's updates with commit times before stable. If:
- the commit timestamp is checked at transaction commit and the transaction sleeps
- stable is then moved past the commit timestamp
- checkpoint selects a stable timestamp and runs
The checkpoint will not include changes for a commit timestamp that is before the checkpoint's stable timestamp.