Csaba Ringhofer created IMPALA-14707:
----------------------------------------

             Summary: Not finding ipv6 address is logged like an error
                 Key: IMPALA-14707
                 URL: https://issues.apache.org/jira/browse/IMPALA-14707
             Project: IMPALA
          Issue Type: Bug
            Reporter: Csaba Ringhofer


This is a common error message when starting an impala:
{code}
status.cc:129] Could not find IPv6 address for: 0.0.0.0
    @            impala::Status::Status()
    @            impala::HostnameToIpAddr()
    @            impala::Webserver::Start()
    @            impala::ExecEnv::Init()
    @            ImpaladMain()
    @            main
    @       (unknown)
    @       __libc_start_main
    @            _start
    @              (nil)  (unknown)
{code}
This is caused by logging callstack in Status constructor:
https://github.com/apache/impala/blob/c9bfdbb272238a73e95e483c823f6b54f022de0d/be/src/common/status.cc#L129
This is called by 
https://github.com/apache/impala/blob/3dac0135fba0717dd977043e7ecc6b52bf55189f/be/src/util/network-util.cc#L83
 leading to logging even if the caller doesn't mind the non-ok status. 




--
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