You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Matthew Mulder (JIRA)" <ji...@apache.org> on 2017/12/16 01:00:03 UTC

[jira] [Created] (IMPALA-6333) Impyla problem opening connection: SSL3_GET_RECORD:data length too long

Matthew Mulder created IMPALA-6333:
--------------------------------------

             Summary: Impyla problem opening connection: SSL3_GET_RECORD:data length too long
                 Key: IMPALA-6333
                 URL: https://issues.apache.org/jira/browse/IMPALA-6333
             Project: IMPALA
          Issue Type: Bug
          Components: Clients
    Affects Versions: Impala 2.11.0
            Reporter: Matthew Mulder
            Priority: Minor


The Impala stress test encountered this error while opening a new connection to query Impala.{code}Query Consumer ERROR:hiveserver2[943]:Failed to open transport (tries_left=3)
Traceback (most recent call last):
  File "/data0/jenkins/workspace/impala-cdh5.14-test-stress-secure/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py", line 940, in _execute
    return func(request)
  File "/data0/jenkins/workspace/impala-cdh5.14-test-stress-secure/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py", line 535, in CancelOperation
    return self.recv_CancelOperation()
  File "/data0/jenkins/workspace/impala-cdh5.14-test-stress-secure/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py", line 546, in recv_CancelOperation
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File "/data0/jenkins/workspace/impala-cdh5.14-test-stress-secure/Impala/toolchain/thrift-0.9.0-p11/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py", line 126, in readMessageBegin
    sz = self.readI32()
  File "/data0/jenkins/workspace/impala-cdh5.14-test-stress-secure/Impala/toolchain/thrift-0.9.0-p11/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py", line 206, in readI32
    buff = self.trans.readAll(4)
  File "/data0/jenkins/workspace/impala-cdh5.14-test-stress-secure/Impala/toolchain/thrift-0.9.0-p11/python/lib/python2.7/site-packages/thrift/transport/TTransport.py", line 58, in readAll
    chunk = self.read(sz - have)
  File "/data0/jenkins/workspace/impala-cdh5.14-test-stress-secure/Impala/infra/python/env/local/lib/python2.7/site-packages/thrift_sasl/__init__.py", line 159, in read
    self._read_frame()
  File "/data0/jenkins/workspace/impala-cdh5.14-test-stress-secure/Impala/infra/python/env/local/lib/python2.7/site-packages/thrift_sasl/__init__.py", line 163, in _read_frame
    header = read_all_compat(self._trans, 4)
  File "/data0/jenkins/workspace/impala-cdh5.14-test-stress-secure/Impala/infra/python/env/local/lib/python2.7/site-packages/thrift_sasl/six.py", line 31, in <lambda>
    read_all_compat = lambda trans, sz: trans.readAll(sz)
  File "/data0/jenkins/workspace/impala-cdh5.14-test-stress-secure/Impala/toolchain/thrift-0.9.0-p11/python/lib/python2.7/site-packages/thrift/transport/TTransport.py", line 58, in readAll
    chunk = self.read(sz - have)
  File "/data0/jenkins/workspace/impala-cdh5.14-test-stress-secure/Impala/toolchain/thrift-0.9.0-p11/python/lib/python2.7/site-packages/thrift/transport/TSocket.py", line 103, in read
    buff = self.handle.recv(sz)
  File "/usr/lib/python2.7/ssl.py", line 341, in recv
    return self.read(buflen)
  File "/usr/lib/python2.7/ssl.py", line 260, in read
    return self._sslobj.read(len)
SSLError: [Errno 1] _ssl.c:1429: error:1408F092:SSL routines:SSL3_GET_RECORD:data length too long{code}This only happened once and the second connection attempt succeeded.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)