buildbot failure in on flink-docs-release-0.9

2016-10-23 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/485 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-10-23 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/370 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave2_ubuntu Build Reason: The

buildbot failure in on flink-docs-release-1.1

2016-10-23 Thread buildbot
The Buildbot has detected a new failure on builder flink-docs-release-1.1 while building . Full details are available at: https://ci.apache.org/builders/flink-docs-release-1.1/builds/87 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave1_ubuntu Build Reason: The

[1/5] flink git commit: [FLINK-4853] [rm] Clean up job manager registration at the resource manager

2016-10-23 Thread trohrmann
Repository: flink Updated Branches: refs/heads/flip-6 0de568963 -> 80b6c2a01 [FLINK-4853] [rm] Clean up job manager registration at the resource manager Introduce the JobLeaderIdService which automatically retrieves the current job leader id. This job leader id is used to validate job

[4/5] flink git commit: [FLINK-4847] Let RpcEndpoint.start/shutDown throw exceptions

2016-10-23 Thread trohrmann
[FLINK-4847] Let RpcEndpoint.start/shutDown throw exceptions Allowing the RpcEndpoint.start/shutDown to throw exceptions will help to let rpc endpoints to quickly fail without having to use a callback like the FatalErrorHandler. This closes #2651. Project:

[5/5] flink git commit: [FLINK-4871] [mini cluster] Add memory calculation for TaskManagers to MiniCluster

2016-10-23 Thread trohrmann
[FLINK-4871] [mini cluster] Add memory calculation for TaskManagers to MiniCluster If the managed memory size for the task manager has not been set in the Configuration, then it is automatically calculated by dividing the available memory by the number of distributed components. Additionally

[3/5] flink git commit: [FLINK-4851] [rm] Introduce FatalErrorHandler and MetricRegistry to RM

2016-10-23 Thread trohrmann
[FLINK-4851] [rm] Introduce FatalErrorHandler and MetricRegistry to RM This PR introduces a FatalErrorHandler and the MetricRegistry to the RM. The FatalErrorHandler is used to handle fatal errors. Additionally, the PR adds the MetricRegistry to the RM which can be used to register metrics.

[2/5] flink git commit: [FLINK-4851] [rm] Introduce FatalErrorHandler and MetricRegistry to RM

2016-10-23 Thread trohrmann
http://git-wip-us.apache.org/repos/asf/flink/blob/f38bf448/flink-runtime/src/test/java/org/apache/flink/runtime/util/TestingFatalErrorHandler.java -- diff --git

flink git commit: [FLINK-4882] [flip-6] Remove exceptions from HighAvailabilityServices where not necessary

2016-10-23 Thread trohrmann
Repository: flink Updated Branches: refs/heads/flip-6 930334ef7 -> 0de568963 [FLINK-4882] [flip-6] Remove exceptions from HighAvailabilityServices where not necessary Cleanup of the interface HighAvailabilityServices so that only methods which really throw an exception have an exception