buildbot success in on flink-docs-release-1.3

2017-08-19 Thread buildbot
The Buildbot has detected a restored build on builder flink-docs-release-1.3 while building . Full details are available at: https://ci.apache.org/builders/flink-docs-release-1.3/builds/87 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave3_ubuntu Build Reason: The

flink git commit: [FLINK-7077] [mesos] Implement task release to support dynamic scaling

2017-08-19 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master bbac4a6c9 -> 40656c5df [FLINK-7077] [mesos] Implement task release to support dynamic scaling - SlotManager: fix for idleness tracking (`markIdle` shouldn't reset `idleSince` on every call) - ResourceManager: change `stopWorker` method to

[1/2] flink git commit: [FLINK-6630] [FLINK-6631] Implement FLIP-6 Mesos cluster entrypoints + MesosTaskExecutorRunner

2017-08-19 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master 76f102288 -> bbac4a6c9 http://git-wip-us.apache.org/repos/asf/flink/blob/bbac4a6c/flink-runtime/src/main/java/org/apache/flink/runtime/entrypoint/SessionClusterEntrypoint.java

[2/2] flink git commit: [FLINK-6630] [FLINK-6631] Implement FLIP-6 Mesos cluster entrypoints + MesosTaskExecutorRunner

2017-08-19 Thread trohrmann
[FLINK-6630] [FLINK-6631] Implement FLIP-6 Mesos cluster entrypoints + MesosTaskExecutorRunner - bin: new entrypoints scripts for flip-6 - ClusterEntrypoint: Refactor the shutdown method - ClusterEntrypoint: Install default FileSystem (for parity with legacy entrypoints) - ClusterEntrypoint: