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

[jira] [Created] (IMPALA-6341) Cascade of test failures during ASAN build, probably related to Rpc exception: N6apache6thrift9transport19TTransportExceptionE

David Knupp created IMPALA-6341:
-----------------------------------

             Summary: Cascade of test failures during ASAN build, probably related to Rpc exception: N6apache6thrift9transport19TTransportExceptionE 
                 Key: IMPALA-6341
                 URL: https://issues.apache.org/jira/browse/IMPALA-6341
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 2.12.0
            Reporter: David Knupp
            Priority: Critical


Several build failures were seen during a recent ASAN test run, probably stemming from initial error:
{noformat}
query_test/test_queries.py:62: in test_analytic_fns
    self.run_test_case('QueryTest/analytic-fns', vector)
common/impala_test_suite.py:395: in run_test_case
    result = self.__execute_query(target_impalad_client, query, user=user)
common/impala_test_suite.py:610: in __execute_query
    return impalad_client.execute(query, user=user)
common/impala_connection.py:160: in execute
    return self.__beeswax_client.execute(sql_stmt, user=user)
beeswax/impala_beeswax.py:173: in execute
    handle = self.__execute_query(query_string.strip(), user=user)
beeswax/impala_beeswax.py:339: in __execute_query
    handle = self.execute_query_async(query_string, user=user)
beeswax/impala_beeswax.py:335: in execute_query_async
    return self.__do_rpc(lambda: self.imp_service.query(query,))
beeswax/impala_beeswax.py:460: in __do_rpc
    raise ImpalaBeeswaxException(self.__build_error_message(b), b)
E   ImpalaBeeswaxException: ImpalaBeeswaxException:
E    INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
E    MESSAGE: ExecQueryFInstances rpc query_id=834130b14e576a27:6b6389e000000000 failed: RPC Error: Client for ec2-m2-4xlarge-centos-6-4-1d24.vpc.cloudera.com:22002 hit an unexpected exception: ECONNRESET, type: N6apache6thrift9transport19TTransportExceptionE, rpc: N6impala26TExecQueryFInstancesResultE, send: done
{noformat}

Possibly the same as IMPALA-5692 or IMPALA-5999? Not sure because there was no minidump this time.



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