You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Max Shonichev (JIRA)" <ji...@apache.org> on 2018/11/27 14:24:00 UTC

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

Max Shonichev created IGNITE-10425:
--------------------------------------

             Summary: 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
             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
(v7.6.3#76005)