[GitHub] flink pull request #3113: [FLINK-4912] Introduce RECONCILIATING state in Exe...

2017-02-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/3113 --- 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 enab

[GitHub] flink pull request #3113: [FLINK-4912] Introduce RECONCILIATING state in Exe...

2017-01-13 Thread wangzhijiang999
Github user wangzhijiang999 commented on a diff in the pull request: https://github.com/apache/flink/pull/3113#discussion_r95975088 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/execution/ExecutionState.java --- @@ -25,16 +25,23 @@ * {@code * *

[GitHub] flink pull request #3113: [FLINK-4912] Introduce RECONCILIATING state in Exe...

2017-01-13 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/3113#discussion_r95960106 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/execution/ExecutionState.java --- @@ -25,16 +25,23 @@ * {@code * * CREATED

[GitHub] flink pull request #3113: [FLINK-4912] Introduce RECONCILIATING state in Exe...

2017-01-13 Thread wangzhijiang999
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 {{RECONCIL