You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Zoltán Borók-Nagy (Jira)" <ji...@apache.org> on 2019/09/20 10:34:00 UTC

[jira] [Created] (IMPALA-8961) test_lineage_output fails in S3 builds due to connection loss towards HBase

Zoltán Borók-Nagy created IMPALA-8961:
-----------------------------------------

             Summary: test_lineage_output fails in S3 builds due to connection loss towards HBase
                 Key: IMPALA-8961
                 URL: https://issues.apache.org/jira/browse/IMPALA-8961
             Project: IMPALA
          Issue Type: Bug
            Reporter: Zoltán Borók-Nagy


Error details
{noformat}
ImpalaBeeswaxException: ImpalaBeeswaxException:  INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>  MESSAGE: RuntimeException: couldn't retrieve HBase table (functional_hbase.alltypes) info: callTimeout=1200000, callDuration=1228255: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase row 'functional_hbase.alltypes' on table 'hbase:meta' at null CAUSED BY: SocketTimeoutException: callTimeout=1200000, callDuration=1228255: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase row 'functional_hbase.alltypes' on table 'hbase:meta' at null CAUSED BY: IOException: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase CAUSED BY: ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase{noformat}
Stack trace
{noformat}
custom_cluster/test_lineage.py:114: in test_lineage_output
    self.run_test_case('QueryTest/lineage', vector)
common/impala_test_suite.py:582: in run_test_case
    result = exec_fn(query, user=test_section.get('USER', '').strip() or None)
common/impala_test_suite.py:517: in __exec_in_impala
    result = self.__execute_query(target_impalad_client, query, user=user)
common/impala_test_suite.py:853: in __execute_query
    return impalad_client.execute(query, user=user)
common/impala_connection.py:205: in execute
    return self.__beeswax_client.execute(sql_stmt, user=user)
beeswax/impala_beeswax.py:187: in execute
    handle = self.__execute_query(query_string.strip(), user=user)
beeswax/impala_beeswax.py:362: in __execute_query
    handle = self.execute_query_async(query_string, user=user)
beeswax/impala_beeswax.py:356: in execute_query_async
    handle = self.__do_rpc(lambda: self.imp_service.query(query,))
beeswax/impala_beeswax.py:519: in __do_rpc
    raise ImpalaBeeswaxException(self.__build_error_message(b), b)
E   ImpalaBeeswaxException: ImpalaBeeswaxException:
E    INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
E    MESSAGE: RuntimeException: couldn't retrieve HBase table (functional_hbase.alltypes) info:
E   callTimeout=1200000, callDuration=1228255: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase row 'functional_hbase.alltypes' on table 'hbase:meta' at null
E   CAUSED BY: SocketTimeoutException: callTimeout=1200000, callDuration=1228255: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase row 'functional_hbase.alltypes' on table 'hbase:meta' at null
E   CAUSED BY: IOException: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase
E   CAUSED BY: ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase{noformat}
 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org