[
https://issues.apache.org/jira/browse/FLINK-29634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17653583#comment-17653583
]
Gyula Fora edited comment on FLINK-29634 at 1/2/23 11:22 AM:
-------------------------------------------------------------
Let's clear a few things up here a little [~Jiale] . The Flink version/fabric8
shading question is a prerequisite for this ticket but not directly related to
the checkpointing api.
We already shade the flink-kubernetes fabric8 dependencies in
flink-kubernetes-standalone, and after Flink 1.17 this should actually simplify
a little as Flink shades these itself. So we can remove our custom shading
logic and start using the flink.shaded.io.fabric8 classes within
flink-kubernetes-standalone.
The flink-kubernetes-operator and flink-kubernetes-operator-api modules should
not be affected by this as they do not directly interface with
flink-kubernetes.
was (Author: gyfora):
Let's clear a few things up here a little. The Flink version/fabric8 shading
question is a prerequisite for this ticket but not directly related to the
checkpointing api.
We already shade the flink-kubernetes fabric8 dependencies in
flink-kubernetes-standalone, and after Flink 1.17 this should actually simplify
a little as Flink shades these itself. So we can remove our custom shading
logic and start using the flink.shaded.io.fabric8 classes within
flink-kubernetes-standalone.
The flink-kubernetes-operator and flink-kubernetes-operator-api modules should
not be affected by this as they do not directly interface with
flink-kubernetes.
> Support periodic checkpoint triggering
> --------------------------------------
>
> Key: FLINK-29634
> URL: https://issues.apache.org/jira/browse/FLINK-29634
> Project: Flink
> Issue Type: New Feature
> Components: Kubernetes Operator
> Reporter: Thomas Weise
> Assignee: Jiale Tan
> Priority: Major
>
> Similar to the support for periodic savepoints, the operator should support
> triggering periodic checkpoints to break the incremental checkpoint chain.
> Support for external triggering will come with 1.17:
> https://issues.apache.org/jira/browse/FLINK-27101
--
This message was sent by Atlassian Jira
(v8.20.10#820010)