You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2017/07/04 16:13:00 UTC

[jira] [Updated] (IGNITE-4677) Incorrect connectable node detection in router mode for Java thin client

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

Alexey Kuznetsov updated IGNITE-4677:
-------------------------------------
    Fix Version/s:     (was: 2.1)
                   2.2

> Incorrect connectable node detection in router mode for Java thin client
> ------------------------------------------------------------------------
>
>                 Key: IGNITE-4677
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4677
>             Project: Ignite
>          Issue Type: Bug
>          Components: clients
>    Affects Versions: 1.8
>            Reporter: Andrey Novikov
>            Assignee: Andrey Novikov
>             Fix For: 2.2
>
>
> * In case of connect using Java client to localhost:<port> in router mode all nodes listen same localhost:<port> on other hosts will be marked as connectable.
> {code}
> boolean noAttrsAndMetrics = (metricsCache && attrCache) || (node.attributes().isEmpty() && node.metrics() == null);
> boolean reachable = noAttrsAndMetrics || ... 
> {code}
> * Under Windows org.apache.ignite.internal.util.IgniteUtils#allLocalIps return same mac: 00-00-00-00-00-00-00-E0 on different hosts.



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