Re: Delete save point when using incremental checkpoint
Posted by
Kien Truong on
Oct 11, 2017; 10:33am
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Delete-save-point-when-using-incremental-checkpoint-tp16125p16133.html
Thanks Stephan. That's exactly what I was asking about.
Best regards,
Kien
On Oct 11, 2017, at 16:59, Stephan Ewen <
[hidden email]> wrote:
Kien,
I think what you are asking is: Do incremental checkpoints refer to chunks of state in a previous savepoint. Meaning that if the savepoint is deleted, will the checkpoint be missing some chunks.
The answer is: No, savepoints are always full snapshots and incremental checkpoints do not reference and savepoint state chunks.
Stephan