[
https://issues.apache.org/jira/browse/FLINK-4414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15428047#comment-15428047
]
ASF GitHub Bot commented on FLINK-4414:
---------------------------------------
GitHub user tillrohrmann opened a pull request:
https://github.com/apache/flink/pull/2392
[FLINK-4414] [cluster] Add getAddress method to RpcGateway
The RpcGateway.getAddress method allows to retrieve the fully qualified
address of the
associated RpcEndpoint.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tillrohrmann/flink rpcGetAddress
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2392.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 #2392
----
commit f20655020cc8b6d7e7973c62f5ae2471f8299ee6
Author: Till Rohrmann <[email protected]>
Date: 2016-08-18T14:34:47Z
[FLINK-4414] [cluster] Add getAddress method to RpcGateway
The RpcGateway.getAddress method allows to retrieve the fully qualified
address of the
associated RpcEndpoint.
----
> Remove restriction on RpcService.getAddress
> -------------------------------------------
>
> Key: FLINK-4414
> URL: https://issues.apache.org/jira/browse/FLINK-4414
> Project: Flink
> Issue Type: Sub-task
> Components: Distributed Coordination
> Reporter: Wenlong Lyu
> Assignee: Wenlong Lyu
>
> currently {{RpcService}} provide only address of the endpoint, I think rpc
> service serve both the endpoint create on it and the remote gateway create on
> it, so it is ok to offer the getAddress to all {{RpcGateway}} created on the
> rpc service including the server and client.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)