[ 
https://issues.apache.org/jira/browse/IMPALA-12713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17812552#comment-17812552
 ] 

Quanlong Huang commented on IMPALA-12713:
-----------------------------------------

Thanks for reporting the issue. Here is where the error comes:
{code:cpp}
  if (getaddrinfo(hostname.c_str(), NULL, &hints, &addr_info) != 0) {
    stringstream ss;
    ss << "Could not find IPv4 address for: " << hostname;
    return Status(ss.str());
  }{code}
[https://github.com/apache/impala/blob/adfe82c97c0772cf9d336d88254f0a8b3acc7957/be/src/util/network-util.cc#L79-L83]

> Impala fails to start in IPv6 environment
> -----------------------------------------
>
>                 Key: IMPALA-12713
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12713
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 4.0.0
>            Reporter: Davy Xu
>            Priority: Major
>
> Impala fails to start in the IPv6 environment. The error log is as follows:
> Could not find IPv4 address for: myhost. Impalad exiting.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to