[
https://issues.apache.org/jira/browse/FLINK-4716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16038828#comment-16038828
]
Till Rohrmann commented on FLINK-4716:
--------------------------------------
I think we shouldn't allow state changes outside oft the main thread. Thus, it
would be good to have a special interface (e.g. {{ExecutionGraphActions}})
which allows to call different actions on an `ExecutionGraph`. The
implementation of this interface can then send a RPC message or simply use
{{runAsync}} in the context of the {{JobManager}} thread. With the latter
approach we don't expose these methods to the outside.
> Add trigger full recovery button to web UI
> ------------------------------------------
>
> Key: FLINK-4716
> URL: https://issues.apache.org/jira/browse/FLINK-4716
> Project: Flink
> Issue Type: Improvement
> Components: Webfrontend
> Affects Versions: 1.2.0
> Reporter: Till Rohrmann
> Priority: Minor
>
> Add a trigger full recovery button to the web UI. The full recovery button
> will take the latest completed checkpoint and resume from there.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)