[GitHub] flink pull request: [FLINK-3800] [jobmanager] Terminate ExecutionG...

2016-04-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1923 --- 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

[GitHub] flink pull request: [FLINK-3800] [jobmanager] Terminate ExecutionG...

2016-04-26 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/1923#issuecomment-214812452 Unrelated test case failures. Will be merging this PR to master and the 1.0-release branch. --- If your project is set up for it, you can reply to this email and

[GitHub] flink pull request: [FLINK-3800] [jobmanager] Terminate ExecutionG...

2016-04-25 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/1923#issuecomment-214327997 I increased the timeouts another time. Maybe the timeout was still set too low. Let's see. --- If your project is set up for it, you can reply to this email and

[GitHub] flink pull request: [FLINK-3800] [jobmanager] Terminate ExecutionG...

2016-04-25 Thread uce
Github user uce commented on the pull request: https://github.com/apache/flink/pull/1923#issuecomment-214211890 The build fails with timeouts while waiting for the TMs to connect again. This is weird as the changes look unrelated to this. Do you have an idea what this might be? ---

[GitHub] flink pull request: [FLINK-3800] [jobmanager] Terminate ExecutionG...

2016-04-22 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/1923#issuecomment-213346413 Maybe I have to increase the timeout for Travis here. Will do it. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] flink pull request: [FLINK-3800] [jobmanager] Terminate ExecutionG...

2016-04-22 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/1923#issuecomment-213342621 Code looks good. It seems that the test is still a bit unstable: ``` Tests in error: LeaderChangeJobRecoveryTest.before:73 » Timeout Futures timed

[GitHub] flink pull request: [FLINK-3800] [jobmanager] Terminate ExecutionG...

2016-04-22 Thread uce
Github user uce commented on the pull request: https://github.com/apache/flink/pull/1923#issuecomment-213288408 Good fix, Till! Changes look good, +1 to merge soon for 1.0.3. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] flink pull request: [FLINK-3800] [jobmanager] Terminate ExecutionG...

2016-04-21 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/1923 [FLINK-3800] [jobmanager] Terminate ExecutionGraphs properly This PR terminates the ExecutionGraphs properly without restarts when the JobManager calls cancelAndClearEverything. It is