Re: Delete save point when using incremental checkpoint
Posted by Chesnay Schepler on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Delete-save-point-when-using-incremental-checkpoint-tp16125p16127.html
Hi,
There is an important distinction between checkpoints (triggered by
Flink, may be incremental) and savepoints (manually triggered, always
self-contained).
Your question is unfortunately mixing both terms, please expand which
you're referring to.
Regards,
Chesnay
On 11.10.2017 10:31, Kien Truong wrote:
> Hi,
>
> When using increment checkpoint mode, can I delete the save point that
> the job recovered from after sometime ? Or do I have to keep that
> checkpoint forever because it's a part of the snapshot chain ?
>
> Best regards,
> Kien