You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitry Pavlov (Jira)" <ji...@apache.org> on 2022/09/09 16:27:00 UTC

[jira] [Updated] (IGNITE-17414) A node is trying to resolve its DNS even if raw IP is configured in IGNITE_LOCAL_HOST

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

Dmitry Pavlov updated IGNITE-17414:
-----------------------------------
    Release Note: Fixed incorrect node hostname resolution despite IP is configured with IGNITE_LOCAL_HOST  (was: Fixed an issue that caused a node is trying to resolve its hostname if IP is configured with IGNITE_LOCAL_HOST.)

> A node is trying to resolve its DNS even if raw IP is configured in IGNITE_LOCAL_HOST
> -------------------------------------------------------------------------------------
>
>                 Key: IGNITE-17414
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17414
>             Project: Ignite
>          Issue Type: Bug
>          Components: networking
>    Affects Versions: 2.13
>            Reporter: Semyon Danilov
>            Assignee: Semyon Danilov
>            Priority: Major
>             Fix For: 2.14
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Scenario:
> Given the following etc/hosts from a Kubernetes POD:
> 127.0.0.1       localhost
> ::1     localhost ip6-localhost ip6-loopback
> fe00::0 ip6-localnet
> fe00::0 ip6-mcastprefix
> fe00::1 ip6-allnodes
> fe00::2 ip6-allrouters
> 10.1.2.108      apache-ignite-cluster-2-client-1-0
> And ENV variable IGNITE_LOCAL_HOST=10.1.2.108, we are still resolving this as apache-ignite-cluster-2-client-1-0/10.1.2.108



--
This message was sent by Atlassian Jira
(v8.20.10#820010)