Re: Question on checkpoint management

2017-05-08 Thread Stefan Richter
I think this jira is helpful for your question: https://issues.apache.org/jira/browse/FLINK-6328 > Am 08.05.2017 um 19:33 schrieb Cliff Resnick : > > When a job cancel-with-savepoint finishes a successful Savepoint, the >

Question on checkpoint management

2017-05-08 Thread Cliff Resnick
When a job cancel-with-savepoint finishes a successful Savepoint, the preceding last successful Checkpoint is removed. Is this the intended behavior? I thought that checkpoints and savepoints were separate entities and, as such, savepoints should not infringe on checkpoints. This is actually an