You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Xiaomeng Zhang (Jira)" <ji...@apache.org> on 2020/01/23 00:00:14 UTC

[jira] [Created] (IMPALA-9323) test_blacklist.TestBlacklist.test_kill_impalad_with_running_queries failed

Xiaomeng Zhang created IMPALA-9323:
--------------------------------------

             Summary: test_blacklist.TestBlacklist.test_kill_impalad_with_running_queries failed 
                 Key: IMPALA-9323
                 URL: https://issues.apache.org/jira/browse/IMPALA-9323
             Project: IMPALA
          Issue Type: Test
          Components: Infrastructure
    Affects Versions: Impala 3.4.0
            Reporter: Xiaomeng Zhang
            Assignee: Sahil Takiar


[https://master-02.jenkins.cloudera.com/job/impala-cdpd-master-exhaustive-release/246/testReport/junit/custom_cluster.test_blacklist/TestBlacklist/test_kill_impalad_with_running_queries/]
{code:java}
ERROR:impala.hiveserver2:Failed to open transport (tries_left=3)
Traceback (most recent call last):
  File "/data/jenkins/workspace/impala-cdpd-master-exhaustive-release/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/hiveserver2.py", line 1009, in _execute
    return func(request)
  File "/data/jenkins/workspace/impala-cdpd-master-exhaustive-release/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py", line 176, in OpenSession
    return self.recv_OpenSession()
  File "/data/jenkins/workspace/impala-cdpd-master-exhaustive-release/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py", line 188, in recv_OpenSession
    (fname, mtype, rseqid) = iprot.readMessageBegin()
  File "/data/jenkins/workspace/impala-cdpd-master-exhaustive-release/Impala-Toolchain/thrift-0.9.3-p7/python/lib64/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py", line 126, in readMessageBegin
    sz = self.readI32()
  File "/data/jenkins/workspace/impala-cdpd-master-exhaustive-release/Impala-Toolchain/thrift-0.9.3-p7/python/lib64/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py", line 206, in readI32
    buff = self.trans.readAll(4)
  File "/data/jenkins/workspace/impala-cdpd-master-exhaustive-release/Impala-Toolchain/thrift-0.9.3-p7/python/lib64/python2.7/site-packages/thrift/transport/TTransport.py", line 58, in readAll
    chunk = self.read(sz - have)
  File "/data/jenkins/workspace/impala-cdpd-master-exhaustive-release/Impala-Toolchain/thrift-0.9.3-p7/python/lib64/python2.7/site-packages/thrift/transport/TTransport.py", line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File "/data/jenkins/workspace/impala-cdpd-master-exhaustive-release/Impala-Toolchain/thrift-0.9.3-p7/python/lib64/python2.7/site-packages/thrift/transport/TSocket.py", line 120, in read
    message='TSocket read 0 bytes')
TTransportException: TSocket read 0 bytes
INFO:impala_cluster:Killing <ImpaladProcess PID: 3487 (/data/jenkins/workspace/impala-cdpd-master-exhaustive-release/repos/Impala/be/build/latest/service/impalad -is_coordinator=false -disconnected_session_timeout 3600 -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node2 -log_dir=/data/jenkins/workspace/impala-cdpd-master-exhaustive-release/repos/Impala/logs/custom_cluster_tests -beeswax_port=21002 -hs2_port=21052 -hs2_http_port=28002 -be_port=22002 -krpc_port=27002 -state_store_subscriber_port=23002 -webserver_port=25002 --enable_orc_scanner=true --default_query_options=)> with signal 9
{code}
I can see this test was newly added inĀ [https://github.com/apache/impala/commit/8a4fececcf8e9599978cc1a532386b8e924838ed]



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