buildbot success in on flink-docs-release-0.9

2016-09-02 Thread buildbot
The Buildbot has detected a restored build 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/434 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave1_ubuntu Build Reason: The

Jenkins build is back to normal : flink-snapshot-deployment #210

2016-09-02 Thread Apache Jenkins Server
See

flink git commit: [FLINK-4570] remove conflicting Unicode character

2016-09-02 Thread mxm
Repository: flink Updated Branches: refs/heads/master e376c003c -> 502a79d39 [FLINK-4570] remove conflicting Unicode character This caused Scalastyle to fail, presumably depending on the locale used. After a bit of debugging on the Scalastyle plugin I found out that the number in the error is

flink git commit: [FLINK-3580] [table] Add current time point functions

2016-09-02 Thread twalthr
Repository: flink Updated Branches: refs/heads/master fb8f2c935 -> e376c003c [FLINK-3580] [table] Add current time point functions This closes #2441. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/e376c003 Tree:

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

2016-09-02 Thread Apache Jenkins Server
See -- [...truncated 10425 lines...] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ flink-mesos_2.10 --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources

[2/2] flink git commit: [FLINK-4566] [network runtime] Properly preserve exception causes for ProducerFailedException

2016-09-02 Thread sewen
[FLINK-4566] [network runtime] Properly preserve exception causes for ProducerFailedException Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/f263b991 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/f263b991 Diff:

[1/2] flink git commit: [FLINK-4567] [runtime] Enhance SerializedThrowable to properly mimic Exception causes

2016-09-02 Thread sewen
Repository: flink Updated Branches: refs/heads/release-1.1 df72667b3 -> f263b9917 [FLINK-4567] [runtime] Enhance SerializedThrowable to properly mimic Exception causes Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

[2/8] flink git commit: [FLINK-4490] [distributed coordination] (part 2) Make slots independent of 'Instance'.

2016-09-02 Thread sewen
http://git-wip-us.apache.org/repos/asf/flink/blob/aaa474ad/flink-runtime/src/test/java/org/apache/flink/runtime/instance/SharedSlotsTest.java -- diff --git

[7/8] flink git commit: [FLINK-4490] [distributed coordination] (part 1) Change InstanceConnectionInfo to TaskManagerLocation

2016-09-02 Thread sewen
http://git-wip-us.apache.org/repos/asf/flink/blob/34cda87a/flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskManagerLocationTest.java -- diff --git

[6/8] flink git commit: [FLINK-4490] [distributed coordination] (part 3) Rename methods on 'Instance' to have more intuitive names

2016-09-02 Thread sewen
[FLINK-4490] [distributed coordination] (part 3) Rename methods on 'Instance' to have more intuitive names getResourceID() --> getTaskManagerID() getInstanceConnectionInfo() --> getTaskManagerLocation() Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

[3/8] flink git commit: [FLINK-4490] [distributed coordination] (part 2) Make slots independent of 'Instance'.

2016-09-02 Thread sewen
[FLINK-4490] [distributed coordination] (part 2) Make slots independent of 'Instance'. To allow for a future dynamic slot allocation and release model, the slots should not depend on 'Instance'. In this change, the Slots hold most of the necessary information directly (location, gateway) and

[5/8] flink git commit: [FLINK-4566] [network runtime] Properly preserve exception causes for ProducerFailedException

2016-09-02 Thread sewen
[FLINK-4566] [network runtime] Properly preserve exception causes for ProducerFailedException Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/e227b101 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/e227b101 Diff:

[8/8] flink git commit: [FLINK-4490] [distributed coordination] (part 1) Change InstanceConnectionInfo to TaskManagerLocation

2016-09-02 Thread sewen
[FLINK-4490] [distributed coordination] (part 1) Change InstanceConnectionInfo to TaskManagerLocation This adds the ResourceId to the TaskManagerLocation Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/34cda87a Tree:

[1/8] flink git commit: [FLINK-4525] [core] (followup) Remove remaining redundant code for pre-defined strictly local assignments.

2016-09-02 Thread sewen
Repository: flink Updated Branches: refs/heads/master c251efca2 -> fb8f2c935 [FLINK-4525] [core] (followup) Remove remaining redundant code for pre-defined strictly local assignments. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

[4/8] flink git commit: [FLINK-4567] [runtime] Enhance SerializedThrowable to properly mimic Exception causes

2016-09-02 Thread sewen
[FLINK-4567] [runtime] Enhance SerializedThrowable to properly mimic Exception causes Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/761d0a02 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/761d0a02 Diff:

flink git commit: [FLINK-4570] disable Scalastyle for flink-mesos Utils file

2016-09-02 Thread mxm
Repository: flink Updated Branches: refs/heads/master dc3337a93 -> c251efca2 [FLINK-4570] disable Scalastyle for flink-mesos Utils file The version change didn't cause the Scalastyle errors. Seems like the only viable solution to prevent random failures of the Scalastyle plugin is to disable

flink git commit: [FLINK-3497] [table] Add IS (NOT) TRUE/IS (NOT) FALSE functions

2016-09-02 Thread twalthr
Repository: flink Updated Branches: refs/heads/master 78f2a1586 -> dc3337a93 [FLINK-3497] [table] Add IS (NOT) TRUE/IS (NOT) FALSE functions Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/dc3337a9 Tree:

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

2016-09-02 Thread Apache Jenkins Server
See -- [...truncated 10546 lines...] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ flink-mesos_2.10 --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources

[1/2] flink git commit: [FLINK-4455] [FLINK-4424] [networkenv] Make NetworkEnvironment independent of ActorGateway and JobManager association

2016-09-02 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master bc9d52391 -> 78f2a1586 http://git-wip-us.apache.org/repos/asf/flink/blob/78f2a158/flink-runtime/src/test/java/org/apache/flink/runtime/io/network/NetworkEnvironmentTest.java

[2/2] flink git commit: [FLINK-4455] [FLINK-4424] [networkenv] Make NetworkEnvironment independent of ActorGateway and JobManager association

2016-09-02 Thread trohrmann
[FLINK-4455] [FLINK-4424] [networkenv] Make NetworkEnvironment independent of ActorGateway and JobManager association Makes the NetworkEnvironment independent of the JobManager association. This means that the NetworkEnvironment and with it the ConnectionManager is started before the

flink git commit: [hotfix] Add self rpc gateway registration to TestingSerialRpcService

2016-09-02 Thread trohrmann
Repository: flink Updated Branches: refs/heads/flip-6 074f214e0 -> 2d0ab6e73 [hotfix] Add self rpc gateway registration to TestingSerialRpcService Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/2d0ab6e7 Tree:

flink git commit: [FLINK-4570] revert Scalastyle version to 0.5.0

2016-09-02 Thread mxm
Repository: flink Updated Branches: refs/heads/master e1443d702 -> bc9d52391 [FLINK-4570] revert Scalastyle version to 0.5.0 This closes #2462 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/bc9d5239 Tree:

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

2016-09-02 Thread Apache Jenkins Server
See -- [...truncated 10460 lines...] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ flink-mesos_2.10 --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources