buildbot failure in on flink-docs-release-0.9

2016-09-05 Thread buildbot
The Buildbot has detected a new failure on builder flink-docs-release-0.9 while building . Full details are available at: https://ci.apache.org/builders/flink-docs-release-0.9/builds/437 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave2_ubuntu Build Reason: The

buildbot failure in on flink-docs-release-0.10

2016-09-05 Thread buildbot
The Buildbot has detected a new failure on builder flink-docs-release-0.10 while building . Full details are available at: https://ci.apache.org/builders/flink-docs-release-0.10/builds/322 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave2_ubuntu Build Reason: The

flink git commit: [FLINK-4073] fix stability of TaskManagerFailure test

2016-09-05 Thread mxm
Repository: flink Updated Branches: refs/heads/master 9bbb8fab3 -> 2f87f61d3 [FLINK-4073] fix stability of TaskManagerFailure test Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/2f87f61d Tree:

flink git commit: [hotfix] Delete leftover (superseded) StreamTaskAsyncCheckpointTest

2016-09-05 Thread aljoscha
Repository: flink Updated Branches: refs/heads/master 6e40f5901 -> 9bbb8fab3 [hotfix] Delete leftover (superseded) StreamTaskAsyncCheckpointTest There is RocksDBAsyncSnapshotTest which tests async snapshots for the RocksDB state backend. Operators themselves cannot do asynchronous checkpoints

flink-web git commit: Added Release 1.1.2 announcement

2016-09-05 Thread rmetzger
Repository: flink-web Updated Branches: refs/heads/asf-site 5ca5915be -> 66ffb1114 Added Release 1.1.2 announcement Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/66ffb111 Tree:

flink git commit: [FLINK-4451] [rpc] Throw RpcConnectionException when rpc endpoint is not reachable

2016-09-05 Thread trohrmann
Repository: flink Updated Branches: refs/heads/flip-6 2d0ab6e73 -> 0cf2a822b [FLINK-4451] [rpc] Throw RpcConnectionException when rpc endpoint is not reachable This PR introduces a RpcConnectionException which is thrown if the rpc endpoint is not reachable when calling RpcService.connect.