Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.15.0, 1.16.0
Description
Before flink-1.15, the restored checkpoint would be regsiterd and not discard on subsume, which means the restored incremental checkpoint would have one more reference counting to avoid discard.
However, after state registry refactored, we could delete artificats in the restored incremental checkpoint with legacy restore mode.
The error could be reproduced via ResumeCheckpointManuallyITCase#testExternalizedIncrementalRocksDBCheckpointsStandalone in my local branch.
Thanks for masteryhx who found this problem in the manual test.
Attachments
Issue Links
- is related to
-
FLINK-27132 CheckpointResourcesCleanupRunner might discard shared state of the initial checkpoint
-
- Open
-
- relates to
-
FLINK-27114 On JM restart, the information about the initial checkpoints can be lost
-
- Open
-
- links to