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 "Joe McDonnell (Jira)" <ji...@apache.org> on 2020/03/02 18:59:00 UTC

[jira] [Commented] (IMPALA-9445) custom_cluster/test_local_tz_conversion.py fails on S3 configuration

    [ https://issues.apache.org/jira/browse/IMPALA-9445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17049554#comment-17049554 ] 

Joe McDonnell commented on IMPALA-9445:
---------------------------------------

Looks like it might have been introduced by [https://github.com/apache/impala/commit/2c54dbe22507661664b39cb76849f794cf4743d6]

 

> custom_cluster/test_local_tz_conversion.py fails on S3 configuration
> --------------------------------------------------------------------
>
>                 Key: IMPALA-9445
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9445
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 3.4.0
>            Reporter: Joe McDonnell
>            Priority: Blocker
>              Labels: broken-build
>
> On the S3 configuration, custom_cluster/test_local_tz_conversion.py fails trying to talk to HBase (which doesn't run in our S3 configuration):
> {noformat}
> custom_cluster/test_local_tz_conversion.py:70: in test_timestamp_functions
>     self.run_test_case('QueryTest/file-formats-with-local-tz-conversion', vector)
> common/impala_test_suite.py:659: in run_test_case
>     result = exec_fn(query, user=test_section.get('USER', '').strip() or None)
> common/impala_test_suite.py:594: in __exec_in_impala
>     result = self.__execute_query(target_impalad_client, query, user=user)
> common/impala_test_suite.py:934: 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:363: in __execute_query
>     handle = self.execute_query_async(query_string, user=user)
> beeswax/impala_beeswax.py:357: in execute_query_async
>     handle = self.__do_rpc(lambda: self.imp_service.query(query,))
> beeswax/impala_beeswax.py:520: 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.alltypestiny) info:
> E   org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase
> E   CAUSED BY: IOException: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase
> E   CAUSED BY: ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase{noformat}
> We should skip the hbase variant (or the whole test) on S3.



--
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