[
https://issues.apache.org/jira/browse/IGNITE-4677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kuznetsov resolved IGNITE-4677.
--------------------------------------
Resolution: Won't Fix
No one interested.
> 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)