[
https://issues.apache.org/jira/browse/FLINK-8940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16413830#comment-16413830
]
ASF GitHub Bot commented on FLINK-8940:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/5764#discussion_r177080326
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/minicluster/MiniCluster.java
---
@@ -534,6 +534,18 @@ public void start() throws Exception {
}
}
+ public CompletableFuture<Acknowledge> disposeSavepoint(String
savepointPath) {
--- End diff --
wrong commit
> Implement JobMaster#disposeSavepoint
> ------------------------------------
>
> Key: FLINK-8940
> URL: https://issues.apache.org/jira/browse/FLINK-8940
> Project: Flink
> Issue Type: Improvement
> Components: JobManager, State Backends, Checkpointing
> Affects Versions: 1.5.0
> Reporter: Chesnay Schepler
> Assignee: Till Rohrmann
> Priority: Blocker
> Labels: flip-6
> Fix For: 1.5.0
>
>
> To support {{ClusterClient#disposeSavepoint}} we have to implement a
> {{disposeSavepoint}} method in the flip6 JobMaster.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)