Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 3.4.0
-
ghx-label-12
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.