Laszlo Gaal created IMPALA-14490:
------------------------------------
Summary: test_cache_valid_on_nontransactional_table_ddls() fails
with NoSuchObjectException
Key: IMPALA-14490
URL: https://issues.apache.org/jira/browse/IMPALA-14490
Project: IMPALA
Issue Type: Bug
Affects Versions: Impala 5.0.0
Reporter: Laszlo Gaal
Assignee: Quanlong Huang
custom_cluster.test_metastore_service.TestMetastoreService.test_cache_valid_on_nontransactional_table_ddls()
failed with
{code}
impala_thrift_gen.hive_metastore.ttypes.NoSuchObjectException:
NoSuchObjectException(message='hive.test_cache_valid_on_nontransactional_table_ddls_dbhlrot.test_cache_valid_on_nontransactional_table_ddls_tblwqwpi_new
table not found')
{code}
during s3-arm-datacache test.
Stack trace:{code}
custom_cluster/test_metastore_service.py:466: in
test_cache_valid_on_nontransactional_table_ddls
self.__test_non_transactional_table_cache_helper(db_name, tbl_name, False)
custom_cluster/test_metastore_service.py:679: in
__test_non_transactional_table_cache_helper
cur_get_table_response = catalog_hms_client.get_table_req(
/data/jenkins/workspace/impala-asf-master-core-s3-arm-data-cache/repos/Impala/shell/impala_thrift_gen/hive_metastore/ThriftHiveMetastore.py:4373:
in get_table_req
return self.recv_get_table_req()
/data/jenkins/workspace/impala-asf-master-core-s3-arm-data-cache/repos/Impala/shell/impala_thrift_gen/hive_metastore/ThriftHiveMetastore.py:4399:
in recv_get_table_req
raise result.o2
E impala_thrift_gen.hive_metastore.ttypes.NoSuchObjectException:
NoSuchObjectException(message='hive.test_cache_valid_on_nontransactional_table_ddls_dbhlrot.test_cache_valid_on_nontransactional_table_ddls_tblwqwpi_new
table not found'){code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)