You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Kurt Deschler (Jira)" <ji...@apache.org> on 2019/09/25 19:33:00 UTC

[jira] [Updated] (IMPALA-8973) Update Kudu version in impala-config.sh to fix openssl1.1.1 compatibility issue

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

Kurt Deschler updated IMPALA-8973:
----------------------------------
    Description: 
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.

  was:openssl1.1.1/TLS1.3 exposed an issue with Kudu connectivity that was resolved https://issues.apache.org/jira/browse/KUDU-2871. impala-config.sh needs to be updated to pull in a newer version of Kudu that has this fix.


> Update Kudu version in impala-config.sh 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
>             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)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org