You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yakov Zhdanov (JIRA)" <ji...@apache.org> on 2017/08/31 17:11:00 UTC

[jira] [Commented] (IGNITE-995) Nodes on one host doesn't discover each other if IP finder doesn't explicitly provide port

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

Yakov Zhdanov commented on IGNITE-995:
--------------------------------------

Issue is here - org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi#registeredAddresses

If port is not provided in IP finder, then mentioned method adds local node port to the address. This is not correct. It should return many addresses that are different by ports growing from DFLT_PORT to local node port, e.g. 127.0.0.1:47500, 127.0.0.1:47501, 127.0.0.1:47502 (if local node has port set to 47500 and has bound to 47502 which may mean that there are two more nodes on local host bound to 47500 and 47501).

> Nodes on one host doesn't discover each other if IP finder doesn't explicitly provide port
> ------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-995
>                 URL: https://issues.apache.org/jira/browse/IGNITE-995
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: sprint-4
>            Reporter: Valentin Kulichenko
>            Priority: Minor
>              Labels: Usability, newbie
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)