Are files in savepoint still needed after restoring if turning on incremental checkpointing

Posted by Lu Niu on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Are-files-in-savepoint-still-needed-after-restoring-if-turning-on-incremental-checkpointing-tp36728.html

Hi, Flink Users

Assuming one flink job turns incremental checkpointing and restores from a savepoint. It runs fine for a while and commits one checkpoint and then it fully restarts because of one error. At this time, is it possible that the job still needs files in the original savepoint for recovery? If so, how to determine whether a savepoint is safe to delete? 

Best
Lu