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

2016-09-21 Thread ASF GitHub Bot (JIRA)

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

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

Github user tillrohrmann closed the pull request at:

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


> 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)


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

2016-09-21 Thread ASF GitHub Bot (JIRA)

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

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

Github user tillrohrmann commented on the issue:

https://github.com/apache/flink/pull/2530
  
Will merge the PR since it's prone to merge conflicts.


> 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)


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

2016-09-21 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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 
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)