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

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

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 <[email protected]>
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

----


> Allow to specify endpoint names
> -------------------------------
>
>                 Key: FLINK-6155
>                 URL: https://issues.apache.org/jira/browse/FLINK-6155
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Distributed Coordination
>    Affects Versions: 1.3.0
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>             Fix For: 1.3.0
>
>
> In order to make the standalone mode work, we have to be able to assign names 
> to the {{RpcEndpoints}}. In the case of the Akka implementation they would 
> correspond to the actor names. This information is necessary to look the 
> corresponding endpoints up on a remote host because in standalone mode the  
> names have to be deterministic.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to