You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/21 15:31:20 UTC

[jira] [Commented] (FLINK-4656) Port existing code to use Flink's future abstraction

    [ https://issues.apache.org/jira/browse/FLINK-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15510296#comment-15510296 ] 

ASF GitHub Bot commented on FLINK-4656:
---------------------------------------

GitHub user tillrohrmann opened a pull request:

    https://github.com/apache/flink/pull/2530

    [FLINK-4656] [rpc] Port the existing code to Flink's own future abstraction

    This pull request removes Scala's `Futures` from all new Flip-6 components and replaces them with Flink's own `Future` abstraction.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tillrohrmann/flink useNewFutures

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2530.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2530
    
----
commit cc7cdd75d23f2d4d201c0458f4543be1bc7e09f0
Author: Till Rohrmann <tr...@apache.org>
Date:   2016-09-21T15:26:21Z

    [FLINK-4656] [rpc] Port the existing code to Flink's own future abstraction

----


> Port existing code to use Flink's future abstraction
> ----------------------------------------------------
>
>                 Key: FLINK-4656
>                 URL: https://issues.apache.org/jira/browse/FLINK-4656
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Distributed Coordination
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>
> Port existing code to use Flink's future abstraction



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)