You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gary Yao (JIRA)" <ji...@apache.org> on 2018/01/09 16:34:00 UTC

[jira] [Updated] (FLINK-8317) Enable Triggering of Savepoints via RestfulGateway

     [ https://issues.apache.org/jira/browse/FLINK-8317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Yao updated FLINK-8317:
----------------------------
    Description: 
Enable triggering of savepoints in FLIP-6 mode via RestfulGateway:
* Add method to {{CompletableFuture<CompletedCheckpoint> triggerSavepoint(long timestamp, String targetDirectory)}} to {{RestfulGateway}} interface
* Implement method in {{Dispatcher}} and {{JobMaster}}
* Implement a new {{AbstractRestHandler}} which allows asynchronous trigger of savepoints 

  was:
Enable triggering of savepoints in FLIP-6 mode via RestfulGateway:
* Add method to {{CompletableFuture<CompletedCheckpoint> triggerSavepoint(long timestamp, String targetDirectory)}} to interface
* Implement method in {{Dispatcher}} and {{JobMaster}}


> Enable Triggering of Savepoints via RestfulGateway
> --------------------------------------------------
>
>                 Key: FLINK-8317
>                 URL: https://issues.apache.org/jira/browse/FLINK-8317
>             Project: Flink
>          Issue Type: New Feature
>          Components: Distributed Coordination, REST
>    Affects Versions: 1.5.0
>            Reporter: Gary Yao
>            Assignee: Gary Yao
>              Labels: flip-6
>             Fix For: 1.5.0
>
>
> Enable triggering of savepoints in FLIP-6 mode via RestfulGateway:
> * Add method to {{CompletableFuture<CompletedCheckpoint> triggerSavepoint(long timestamp, String targetDirectory)}} to {{RestfulGateway}} interface
> * Implement method in {{Dispatcher}} and {{JobMaster}}
> * Implement a new {{AbstractRestHandler}} which allows asynchronous trigger of savepoints 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)