[GitHub] flink pull request #4463: [FLINK-7335] [futures] Remove Flink's own Future i...

2017-08-03 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/4463#discussion_r131120916 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala --- @@ -21,7 +21,7 @@ package org.apache.flink.runtime.jobm

[GitHub] flink pull request #4463: [FLINK-7335] [futures] Remove Flink's own Future i...

2017-08-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/4463 --- 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 #4463: [FLINK-7335] [futures] Remove Flink's own Future i...

2017-08-02 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/4463 [FLINK-7335] [futures] Remove Flink's own Future implementation ## What is the purpose of the change Remove Flink's own Future implementation in favour of Java 8's `CompletableFuture`.

[GitHub] flink pull request #4463: [FLINK-7335] [futures] Remove Flink's own Future i...

2017-08-02 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4463#discussion_r130866931 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala --- @@ -21,7 +21,7 @@ package org.apache.flink.runtime.jobmanager