GitHub user wangzhijiang999 opened a pull request:
https://github.com/apache/flink/pull/3113
[FLINK-4912] Introduce RECONCILIATING state in ExecutionGraph and Exeâ¦
This is part of the non-disruptive JobManager failure recovery.
Add a JobStatus and ExecutionState {{RECONCILING}}.
If a job is started on a JobManager for master recovery, the job status
with all the executions transition to {{RECONCILING}} state.
From {{RECONCILING}}, execution can go to any existing task states
(execution reconciled with TaskManager).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wangzhijiang999/flink FLINK-4912
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3113.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3113
----
commit 0fbd628b9b8817fd1b71faca92d87c56213d79f6
Author: æ·æ± <[email protected]>
Date: 2017-01-13T08:41:37Z
[FLINK-4912] Introduce RECONCILIATING state in ExecutionGraph and Execution
for JobManager failure recovery
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---