Mostafa Mokhtar created IMPALA-5864:
---------------------------------------
Summary: Concurrent queries failing with unexpected exception:
SSL_read: cert already in hash table; cert already in hash table;
Key: IMPALA-5864
URL: https://issues.apache.org/jira/browse/IMPALA-5864
Project: IMPALA
Issue Type: Bug
Components: Distributed Exec
Reporter: Mostafa Mokhtar
Assignee: Sailesh Mukil
Priority: Critical
While running 32 concurrent queries of TPCDS 27 out of 2368 queries failed with
the error below
{code}
Query Status: RPC Error: Client for vd1127.foo:22000 hits an unexpected
exception: SSL_read: cert already in hash table; cert already in hash table;
cert already in hash table; cert already in hash table; cert already in hash
table; cert already in hash table; cert already in hash table; cert already in
hash table; cert already in hash table; cert already in hash table; cert
already in hash table; cert already in hash table; cert already in hash table;
cert already in hash table; cert already in hash table, type:
N6apache6thrift9transport13TSSLExceptionE rpc send completed: true
{code}
>From remote host logs
{code}
I0829 16:50:19.558127 11803 status.cc:55] RPC recv timed out: Client
vd1133.foo:22000 timed-out during recv call.
@ 0x83d1da impala::Status::Status()
@ 0xdfe3d7 impala::ClientConnection<>::DoRpc<>()
@ 0xdfa67d impala::DataStreamSender::Channel::DoTransmitDataRpc()
@ 0xdfaf44
impala::DataStreamSender::Channel::TransmitDataHelper()
@ 0xdfb301 impala::DataStreamSender::Channel::TransmitData()
@ 0xdfd362 impala::ThreadPool<>::WorkerThread()
@ 0xbd34c2 impala::Thread::SuperviseThread()
@ 0xbd3c24 boost::detail::thread_data<>::run()
@ 0xe5dc7a (unknown)
@ 0x33d6207aa1 (unknown)
@ 0x33d5ee893d (unknown)
I0829 16:50:19.564090 11392 status.cc:55] RPC Error: Client for
vd1127.foo:22000 hits an unexpected exception: SSL_read: cert already in hash
table; cert already in hash table; cert already in hash table; cert already in
hash table; cert already in hash table; cert already in hash table; cert
already in hash table; cert already in hash table; cert already in hash table;
cert already in hash table; cert already in hash table; cert already in hash
table; cert already in hash table; cert already in hash table; cert already in
hash table, type: N6apache6thrift9transport13TSSLExceptionE rpc send completed:
true
@ 0x83d1da impala::Status::Status()
@ 0xdfe4ce impala::ClientConnection<>::DoRpc<>()
@ 0xdfa67d impala::DataStreamSender::Channel::DoTransmitDataRpc()
@ 0xdfaf44
impala::DataStreamSender::Channel::TransmitDataHelper()
@ 0xdfb301 impala::DataStreamSender::Channel::TransmitData()
@ 0xdfd362 impala::ThreadPool<>::WorkerThread()
@ 0xbd34c2 impala::Thread::SuperviseThread()
@ 0xbd3c24 boost::detail::thread_data<>::run()
@ 0xe5dc7a (unknown)
@ 0x33d6207aa1 (unknown)
@ 0x33d5ee893d (unknown)
I0829 16:50:19.564482 11392 client-cache.cc:170] Broken Connection, destroy
client for vd1127.foo:22000
I0829 16:50:19.565104 11460 status.cc:55] RPC recv timed out: Client
vd1112.foo:22000 timed-out during recv call.
@ 0x83d1da impala::Status::Status()
@ 0xdfe3d7 impala::ClientConnection<>::DoRpc<>()
@ 0xdfa67d impala::DataStreamSender::Channel::DoTransmitDataRpc()
@ 0xdfaf44
impala::DataStreamSender::Channel::TransmitDataHelper()
@ 0xdfb301 impala::DataStreamSender::Channel::TransmitData()
@ 0xdfd362 impala::ThreadPool<>::WorkerThread()
@ 0xbd34c2 impala::Thread::SuperviseThread()
@ 0xbd3c24 boost::detail::thread_data<>::run()
@ 0xe5dc7a (unknown)
@ 0x33d6207aa1 (unknown)
@ 0x33d5ee893d (unknown)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)