buildbot failure in on flink-docs-release-1.2

2017-02-05 Thread buildbot
The Buildbot has detected a new failure on builder flink-docs-release-1.2 while building . Full details are available at: https://ci.apache.org/builders/flink-docs-release-1.2/builds/13 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave1_ubuntu Build Reason: The

flink git commit: [FLINK-5652] [asyncIO] Cancel timers when completing a StreamRecordQueueEntry

2017-02-05 Thread trohrmann
Repository: flink Updated Branches: refs/heads/release-1.2 28eea24e4 -> 36c7de1ae [FLINK-5652] [asyncIO] Cancel timers when completing a StreamRecordQueueEntry Whenever a StreamRecordQueueEntry has been completed we no longer need the registered timeout. Therefore, we have to cancel the

[1/2] flink git commit: [FLINK-2211] [ml] Generalize ALS API

2017-02-05 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master 31e157346 -> 215776b81 [FLINK-2211] [ml] Generalize ALS API Allows the user and items to be of type Long This closes #3265. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

[2/2] flink git commit: [FLINK-5652] [asyncIO] Cancel timers when completing a StreamRecordQueueEntry

2017-02-05 Thread trohrmann
[FLINK-5652] [asyncIO] Cancel timers when completing a StreamRecordQueueEntry Whenever a StreamRecordQueueEntry has been completed we no longer need the registered timeout. Therefore, we have to cancel the corresponding ScheduledFuture so that the system knows that it can remove the associated