[GitHub] flink pull request #2910: [backport] [FLINK-5193] [jm] Harden job recovery i...

2016-12-09 Thread tillrohrmann
Github user tillrohrmann closed the pull request at: https://github.com/apache/flink/pull/2910 --- 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 i

[GitHub] flink pull request #2910: [backport] [FLINK-5193] [jm] Harden job recovery i...

2016-12-01 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/2910#discussion_r90446364 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala --- @@ -505,37 +507,31 @@ class JobManager(

[GitHub] flink pull request #2910: [backport] [FLINK-5193] [jm] Harden job recovery i...

2016-11-30 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2910#discussion_r90235653 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmanager/ZooKeeperSubmittedJobGraphStore.java --- @@ -275,6 +242,25 @@ public void removeJobGrap

[GitHub] flink pull request #2910: [backport] [FLINK-5193] [jm] Harden job recovery i...

2016-11-30 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2910#discussion_r90237601 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala --- @@ -505,37 +507,31 @@ class JobManager( }

[GitHub] flink pull request #2910: [backport] [FLINK-5193] [jm] Harden job recovery i...

2016-11-30 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2910#discussion_r90235223 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmanager/SubmittedJobGraphStore.java --- @@ -64,6 +57,14 @@ void removeJobGraph(JobID jo

[GitHub] flink pull request #2910: [backport] [FLINK-5193] [jm] Harden job recovery i...

2016-11-30 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/2910 [backport] [FLINK-5193] [jm] Harden job recovery in case of recovery failures This is a backport of #2909 to the release 1.1 branch. When recovering multiple jobs a single recovery fai