[
https://issues.apache.org/jira/browse/FLINK-4511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16857620#comment-16857620
]
Aljoscha Krettek commented on FLINK-4511:
-----------------------------------------
I don't think so if it's called "Schedule Periodic Savepoints", but maybe in a
different way as I mention in the last paragraph here:
https://issues.apache.org/jira/browse/FLINK-6755?focusedCommentId=16857564&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16857564
> Schedule periodic savepoints
> ----------------------------
>
> Key: FLINK-4511
> URL: https://issues.apache.org/jira/browse/FLINK-4511
> Project: Flink
> Issue Type: New Feature
> Components: Runtime / State Backends
> Reporter: Ufuk Celebi
> Priority: Major
>
> Allow triggering of periodic savepoints, which are kept in a bounded queue
> (like completed checkpoints currently, but separate).
> If there is no periodic checkpointing enabled, only periodic savepoints
> should be schedulded.
> If periodic checkpointing is enabled, the periodic savepoints should not be
> scheduled independently, but instead the checkpoint scheduler should trigger
> a savepoint instead. This will ensure that no unexpected interference between
> checkpoints and savepoints happens. For this, I would restrict the savepoint
> interval to be a multiple of the checkpointing interval (if enabled).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)