[ 
https://issues.apache.org/jira/browse/FLINK-6667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16077501#comment-16077501
 ] 

ASF GitHub Bot commented on FLINK-6667:
---------------------------------------

Github user zjureel commented on the issue:

    https://github.com/apache/flink/pull/4277
  
    @StephanEwen @tillrohrmann As discussed in 
https://github.com/apache/flink/pull/4220, I create this PR to fix issue 
[FLINK-6667](https://issues.apache.org/jira/browse/FLINK-6667). Could you 
please have a look when you're free, thanks :)


> Pass a callback type to the RestartStrategy, rather than the full 
> ExecutionGraph
> --------------------------------------------------------------------------------
>
>                 Key: FLINK-6667
>                 URL: https://issues.apache.org/jira/browse/FLINK-6667
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Distributed Coordination
>    Affects Versions: 1.3.0
>            Reporter: Stephan Ewen
>
> To let the {{ResourceStrategy}} work across multiple {{FailoverStrategy}} 
> implementations, it needs to be passed a "callback" to call to trigger the 
> restart of tasks/regions/etc.
> Such a "callback" would be a nice abstraction to use for global restarts as 
> well, to not expose the full execution graph.
> Ideally, the callback is one-shot, so it cannot accidentally be used to call 
> restart() multiple times.
> This would also make the testing of RestartStrategies much easier.



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

Reply via email to