[GitHub] flink pull request: [FLINK-1492] Fix exceptions on blob store shut...

2015-02-11 Thread uce
Github user uce commented on the pull request: https://github.com/apache/flink/pull/376#issuecomment-73859776 The problem is totally deterministic when shutting down the job/task managers. I've fixed it here:

[GitHub] flink pull request: [FLINK-1492] Fix exceptions on blob store shut...

2015-02-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/376 --- 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-1492] Fix exceptions on blob store shut...

2015-02-10 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/376#issuecomment-73667317 Looks good. --- 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

[GitHub] flink pull request: [FLINK-1492] Fix exceptions on blob store shut...

2015-02-10 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/376#discussion_r24402830 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobServer.java --- @@ -196,23 +199,28 @@ public void run() { */

[GitHub] flink pull request: [FLINK-1492] Fix exceptions on blob store shut...

2015-02-10 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/376#issuecomment-73678581 LGTM except for my single question. --- 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

[GitHub] flink pull request: [FLINK-1492] Fix exceptions on blob store shut...

2015-02-10 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/376#discussion_r24403795 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobServer.java --- @@ -196,23 +199,28 @@ public void run() { */ @Override

[GitHub] flink pull request: [FLINK-1492] Fix exceptions on blob store shut...

2015-02-10 Thread uce
Github user uce commented on the pull request: https://github.com/apache/flink/pull/376#issuecomment-73699625 OK, thanks. Just a reminder: we need to include this in 0.8.1 as well. --- 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-1492] Fix exceptions on blob store shut...

2015-02-10 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/376#discussion_r24407836 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobServer.java --- @@ -196,23 +199,28 @@ public void run() { */

[GitHub] flink pull request: [FLINK-1492] Fix exceptions on blob store shut...

2015-02-09 Thread uce
GitHub user uce opened a pull request: https://github.com/apache/flink/pull/376 [FLINK-1492] Fix exceptions on blob store shutdown You can merge this pull request into a Git repository by running: $ git pull https://github.com/uce/incubator-flink

[GitHub] flink pull request: [FLINK-1492] Fix exceptions on blob store shut...

2015-02-09 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/376#issuecomment-73500870 This change is also in 0.8 so do we need to apply the fix there as well for the upcoming 0.8.1 release? --- If your project is set up for it, you can reply to this