You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Thomas Tauber-Marshall (Jira)" <ji...@apache.org> on 2020/05/28 16:31:00 UTC

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

     [ https://issues.apache.org/jira/browse/IMPALA-8961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Tauber-Marshall resolved IMPALA-8961.
--------------------------------------------
    Resolution: Cannot Reproduce

> 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
>            Assignee: Thomas Tauber-Marshall
>            Priority: Major
>
> 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)