You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Artem Shutak (JIRA)" <ji...@apache.org> on 2015/06/18 15:21:01 UTC

[jira] [Created] (IGNITE-1033) ClusterNode.hostNames() returns empty strings for loopback adresses.

Artem Shutak created IGNITE-1033:
------------------------------------

             Summary: ClusterNode.hostNames() returns empty strings for loopback adresses.
                 Key: IGNITE-1033
                 URL: https://issues.apache.org/jira/browse/IGNITE-1033
             Project: Ignite
          Issue Type: Bug
            Reporter: Artem Shutak
            Assignee: Artem Shutak
             Fix For: sprint-7


When 

ClusterNode.addresses returns [192.168.3.2, 0:0:0:0:0:0:0:1%1, 127.0.0.1]

then

ClusterNode.hostNames returns [, , ].

Should be [192.168.3.2]. Need to update javadoc about loopback addresses.

 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)