flink git commit: [FLINK-7332] [futures] Replace Flink's futures with Java 8's CompletableFuture in TaskExecutor

2017-08-01 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master a6c8953eb -> d2a8e3741 [FLINK-7332] [futures] Replace Flink's futures with Java 8's CompletableFuture in TaskExecutor This closes #4448. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

flink git commit: [FLINK-7328] [futures] Replace Flink's futures with Java 8's CompletableFuture in SlotManager

2017-08-01 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master 6d4981a43 -> a6c8953eb [FLINK-7328] [futures] Replace Flink's futures with Java 8's CompletableFuture in SlotManager This closes #4443. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

flink git commit: [FLINK-7324] [futures] Replace Flink's future with Java 8's CompletableFuture in SlotPool

2017-08-01 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master 3b97784ae -> 6d4981a43 [FLINK-7324] [futures] Replace Flink's future with Java 8's CompletableFuture in SlotPool Address PR comments This closes #4438. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

flink git commit: [FLINK-7321] [futures] Replace Flink's futures with Java 8's CompletableFuture in HeartbeatManager

2017-08-01 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master cab490f89 -> 3b97784ae [FLINK-7321] [futures] Replace Flink's futures with Java 8's CompletableFuture in HeartbeatManager Address PR comments This closes #4434. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

flink git commit: [hotfix] Fix maven-javadoc-plugin configuration

2017-08-01 Thread aljoscha
Repository: flink Updated Branches: refs/heads/master 123964ad0 -> 8cb726541 [hotfix] Fix maven-javadoc-plugin configuration Because we're now using Java 8 we have to disable linting also when not using the (now-removed) jdk8 profile or the release profile. Because of this problem snapshot

flink git commit: [hotfix] Fix snapshot deployment

2017-08-01 Thread aljoscha
Repository: flink Updated Branches: refs/heads/master f41eb4b1e -> 123964ad0 [hotfix] Fix snapshot deployment The snapshot deployment script still tried to use the jdk8 profile which doesn't exist anymore. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

Build failed in Jenkins: flink-snapshot-deployment #548

2017-08-01 Thread Apache Jenkins Server
See -- [...truncated 234.84 KB...] [ERROR] public static void tryRethrowIOException(Throwable t) throws IOException { [ERROR] ^ [ERROR]

flink git commit: [FLINK-7327] [futures] Replace Flink's future with Java 8's CompletableFuture in StreamRecordQueueEntry

2017-08-01 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master fcac882d2 -> f41eb4b1e [FLINK-7327] [futures] Replace Flink's future with Java 8's CompletableFuture in StreamRecordQueueEntry This closes #4442. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

flink git commit: [FLINK-7326] [futures] Replace Flink's future with Java 8's CompletableFuture in RegisteredRpcConnection

2017-08-01 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master 4378ac3ae -> fcac882d2 [FLINK-7326] [futures] Replace Flink's future with Java 8's CompletableFuture in RegisteredRpcConnection Address PR comments This closes #4440. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

flink git commit: [FLINK-7322] [futures] Replace Flink's futures with Java 8's CompletableFuture in CheckpointCoordinator

2017-08-01 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master 4a9f19b9f -> 4378ac3ae [FLINK-7322] [futures] Replace Flink's futures with Java 8's CompletableFuture in CheckpointCoordinator Fix failing JobManagerITCase This closes #4436. Project: http://git-wip-us.apache.org/repos/asf/flink/repo

flink git commit: [FLINK-7319] [futures] Replace Flink's Futures with Java 8 CompletableFuture in MesosResourceManager

2017-08-01 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master 7c639c600 -> 4a9f19b9f [FLINK-7319] [futures] Replace Flink's Futures with Java 8 CompletableFuture in MesosResourceManager This closes #4432. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

flink git commit: [FLINK-7318] [futures] Replace Flink's futures in StackTraceSampleCoordinator with Java 8 CompletableFuture

2017-08-01 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master 748448b5f -> 7c639c600 [FLINK-7318] [futures] Replace Flink's futures in StackTraceSampleCoordinator with Java 8 CompletableFuture This closes #4431. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

flink git commit: [FLINK-7313] [futures] Add Flink future and Scala future to Java 8 CompletableFuture conversion

2017-08-01 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master 3c42557f3 -> 648c1f595 [FLINK-7313] [futures] Add Flink future and Scala future to Java 8 CompletableFuture conversion Add DirectExecutionContext Add Scala Future to Java 8 CompletableFuture utility to FutureUtils Add Flink future to