[GitHub] flink pull request #3596: [FLINK-6155] Introduce an endpoint id for RpcEndpo...

2017-04-25 Thread asfgit
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request #3596: [FLINK-6155] Introduce an endpoint id for RpcEndpo...

2017-03-22 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request:

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

[FLINK-6155] Introduce an endpoint id for RpcEndpoints

An endpoint id allows to assign a unique name to a `RpcEndpoint`. This name 
can be used
to look up the rpc endpoint within the RpcService. In the case of the 
`AkkaRpcService` implementation, it corresponds to the actor name used for the 
`AkkaRpcActor`.

Remove component endpoint name methods from the `HighAvailabilityServices`.


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

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

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

https://github.com/apache/flink/pull/3596.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 #3596


commit c97a3f8f9796e5e1d25eae9d3a58666ded98d3d7
Author: Till Rohrmann 
Date:   2017-03-22T08:09:02Z

[FLINK-6155] Introduce an endpoint id for RpcEndpoints

An endpoint id allows to assign a unique name to a RpcEndpoint. This name 
can be used
to look up the rpc endpoint within the RpcService.

Remove component endpoint name methods from the HighAvailabilityServices




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---