You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/02 12:19:00 UTC

[jira] [Updated] (IGNITE-10425) Node failed to add to topology due to problem with detecting local Address

     [ https://issues.apache.org/jira/browse/IGNITE-10425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Muzafarov updated IGNITE-10425:
-------------------------------------
    Ignite Flags:   (was: Docs Required)

> Node failed to add to topology due to problem with detecting local Address
> --------------------------------------------------------------------------
>
>                 Key: IGNITE-10425
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10425
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.5
>            Reporter: Max Shonichev
>            Priority: Critical
>             Fix For: 2.8
>
>
> When localhost has resolvable DNS name to 127.0.0.1, running two nodes on with "localHost" property set to 127.0.0.1 might result in following exception:
> {noformat}
> Caused by: class org.apache.ignite.spi.IgniteSpiException: Failed to add node to topology because remote node is configured to use loopback address, but local node is not (consider changing 'localAddress' configuration parameter) [locNodeAddrs=[prtagent07.gridgain.local/0:0:0:0:0:0:0:1, prtagent07.gridgain.local/127.0.0.1, /172.25.2.7, /2001:0:9d38:6abd:24c2:3fcd:53e6:fdf8], rmtNodeAddrs=[127.0.0.1], creatorNodeId=28c5fc84-30aa-4d24-a576-ac9a866a4a8b]
> 	at org.apache.ignite.spi.discovery.tcp.ServerImpl.joinTopology(ServerImpl.java:970)
> 	at org.apache.ignite.spi.discovery.tcp.ServerImpl.spiStart(ServerImpl.java:377)
> 	at org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.spiStart(TcpDiscoverySpi.java:1955)
> 	at org.apache.ignite.internal.managers.GridManagerAdapter.startSpi(GridManagerAdapter.java:297)
> 	... 15 more
> {noformat}
> This looks extremely silly, both nodes are started locally and still can't connect to each other



--
This message was sent by Atlassian Jira
(v8.3.4#803005)