Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.14.3
-
None
Description
Motivation. Currently with non incremental canonical format savepoints, with very large state, both taking and recovery from savepoints can take very long time. Providing options to take native format and incremental savepoint would alleviate this problem.
In the past the main challenge lied in the ownership semantic and files clean up of such incremental savepoints. However with FLINK-25154 implemented some of those concerns can be solved. Incremental savepoint could leverage "force full snapshot" mode provided by FLINK-25192, to duplicate/copy all of the savepoint files out of the Flink's ownership scope.
Attachments
Issue Links
- relates to
-
FLINK-26326 FLIP-203: Support native and incremental savepoints 1.1
- Open
-
FLINK-6755 Allow triggering Checkpoints through command line client
- Closed
-
FLINK-26147 Incremental savepoints directory in CLAIM mode is not being deleted
- Open
-
FLINK-24149 Make checkpoint self-contained and relocatable
- Closed
- supercedes
-
FLINK-12619 Support TERMINATE/SUSPEND Job with Checkpoint
- Closed