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 2019/10/07 06:40:00 UTC

[jira] [Closed] (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 closed IGNITE-4677.
------------------------------------

> 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
>            Priority: Major
>
> * 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
(v8.3.4#803005)