[
https://issues.apache.org/jira/browse/FLINK-14232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhu Zhu updated FLINK-14232:
----------------------------
Description:
Global failure handling(full restarts) is widely used in ExecutionGraph
components and even other components to recover the job from an inconsistent
state.
We need to support it for DefaultScheduler to not break the safety net. More
details see [here|https://github.com/apache/flink/pull/9663/files#r326892524].
There can be follow ups of this task to replace usages of full restarts with
JVM termination, in cases that are considered as bugs/unexpected to happen.
Implementation plan:
1.
was:
Full restarts(failGlobal) is widely used in ExecutionGraph components and even
other components to recover from an inconsistent state.
We need to support it for DefaultScheduler to not break the safety net. More
details see [here|https://github.com/apache/flink/pull/9663/files#r326892524].
There can be follow ups of this task to replace usages of full restarts with
JVM termination, in cases that are considered as bugs/unexpected to happen.
> Support full restarts for DefaultScheduler (SchedulerNG)
> --------------------------------------------------------
>
> Key: FLINK-14232
> URL: https://issues.apache.org/jira/browse/FLINK-14232
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Coordination
> Affects Versions: 1.10.0
> Reporter: Zhu Zhu
> Assignee: Zhu Zhu
> Priority: Major
> Fix For: 1.10.0
>
>
> Global failure handling(full restarts) is widely used in ExecutionGraph
> components and even other components to recover the job from an inconsistent
> state.
> We need to support it for DefaultScheduler to not break the safety net. More
> details see [here|https://github.com/apache/flink/pull/9663/files#r326892524].
> There can be follow ups of this task to replace usages of full restarts with
> JVM termination, in cases that are considered as bugs/unexpected to happen.
> Implementation plan:
> 1.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)