[
https://issues.apache.org/jira/browse/IGNITE-8683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16527624#comment-16527624
]
Mikhail Cherkasov commented on IGNITE-8683:
-------------------------------------------
[~agoncharuk] I fixed this, now first I check for port equality, then I check
if address equals to local OR if we listens on 0:0:0:0 I check if remote
address belongs to any local interface.
> Tests fail after IGNITE-6639
> ----------------------------
>
> Key: IGNITE-8683
> URL: https://issues.apache.org/jira/browse/IGNITE-8683
> Project: Ignite
> Issue Type: Bug
> Reporter: Mikhail Cherkasov
> Assignee: Mikhail Cherkasov
> Priority: Major
>
> Example of failed tests:
> org.apache.ignite.internal.processors.service.GridServiceProcessorMultiNodeSelfTest#testDeployOnEachNodeButClientUpdateTopology
>
> instead of checking address for loopback we should compare addr with locHost,
> because nodes can use the same port, but different local address and both
> addresses can be loopback.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)