You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Lars Volker (Jira)" <ji...@apache.org> on 2019/10/03 03:54:00 UTC

[jira] [Resolved] (IMPALA-8973) Update Kudu version to fix openssl1.1.1 compatibility issue

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

Lars Volker resolved IMPALA-8973.
---------------------------------
    Resolution: Fixed

> Update Kudu version to fix openssl1.1.1 compatibility issue
> -----------------------------------------------------------
>
>                 Key: IMPALA-8973
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8973
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 3.4.0
>            Reporter: Kurt Deschler
>            Assignee: Kurt Deschler
>            Priority: Major
>              Labels: kudu
>             Fix For: Impala 3.4.0
>
>
> openssl1.1.1/TLS1.3 exposed an issue with Kudu connectivity that was resolved https://issues.apache.org/jira/browse/KUDU-2871.
> This issue was observed causing test failures in kudu tests:
> MESSAGE: ImpalaRuntimeException: Error creating Kudu table 'impala::tpch_kudu.lineitem'
> CAUSED BY: NonRecoverableException: not enough live tablet servers to create a table with the requested replication factor 3; 0 tablet servers are alive
> 16:37:21.564919  7150 [heartbeater.cc:566]|http://heartbeater.cc:566]/] Failed to heartbeat to 127.0.0.1:7051 (0 consecutive failures): Network error: Failed to ping master at 127.0.0.1:7051: Client connection negotiation failed: client connection to 127.0.0.1:7051: connect: Connection refused (error 111)
> logs/data_loading/impalad.kurt-cldr.kdeschle.log.INFO.XXX
> "not enough live tablet servers"
>  
> impala-config.sh needs to be updated to pull in a newer version of Kudu that has this fix.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)