Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.15.0, 1.16.0
-
None
-
None
Description
When considering the following case: # A job starts from a checkpoint in NO_CLAIM mode, with incremental checkpoints enabled
- It produces some new checkpoints and subsumes the original one (not discarding shared state - before
FLINK-24611or afterFLINK-26985) - Job terminates abruptly
- The cleaner is started for that job
- ZK doesn't have the initial checkpoint, so the store will load only the new checkpoints (created in 2). Shared state is registered
- The store is shut down - discarding all the checkpoints and also any shared state
In 6 5, if some checkpoint uses the initial state, it will also be discarded
mapohl could you please confirm this?
cc: yunta
Attachments
Issue Links
- relates to
-
FLINK-27114 On JM restart, the information about the initial checkpoints can be lost
- Open
-
FLINK-26985 With legacy restore mode, incremental checkpoints would be deleted by mistake
- Resolved