Stephan Ewen created FLINK-6071: ----------------------------------- Summary: Savepoints should not count in the number of retained checkpoints Key: FLINK-6071 URL: https://issues.apache.org/jira/browse/FLINK-6071 Project: Flink Issue Type: Improvement Components: State Backends, Checkpointing Affects Versions: 1.2.0 Reporter: Stephan Ewen Fix For: 1.3.0
The checkpoint store can retain a number of checkpoints for fallback when one of them cannot be restored. I suggest to not count savepoints among those, as savepoints are assumed to be deleted outside the control of the system and may thus not actually be available any more, even though referenced. -- This message was sent by Atlassian JIRA (v6.3.15#6346)