[
https://issues.apache.org/jira/browse/FLINK-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458179#comment-15458179
]
ASF GitHub Bot commented on FLINK-4547:
---------------------------------------
Github user tillrohrmann commented on the issue:
https://github.com/apache/flink/pull/2455
I think the subject line of this PR is a little bit misleading. The
`RpcService` won't return the same gateway object upon calling `connect` with
the same parameters. But the returned gateways are equal with respect to
`equals` and `hashCode`.
Maybe the JIRA and the PR subject line should be corrected to better
reflect the actual changes.
> Return same object when call connect method in AkkaRpcService using same
> address and same rpc gateway class
> -----------------------------------------------------------------------------------------------------------
>
> Key: FLINK-4547
> URL: https://issues.apache.org/jira/browse/FLINK-4547
> Project: Flink
> Issue Type: Sub-task
> Components: Distributed Coordination
> Reporter: zhangjing
> Assignee: zhangjing
>
> Now every time call connect method in AkkaRpcService class using same address
> and same rpc gateway class, the return gateway object is totally different
> with each other which equals and hashcode are not same.
> Maybe it’s reasonable to have the same result (equals return true, and
> hashcode is same) when using the same address and same Gateway class.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)