Zoltán Borók-Nagy created IMPALA-13554:
------------------------------------------
Summary: test_create_cache_many_tables fails with Database for
table could not be found
Key: IMPALA-13554
URL: https://issues.apache.org/jira/browse/IMPALA-13554
Project: IMPALA
Issue Type: Bug
Reporter: Zoltán Borók-Nagy
h2. Error Message
{noformat}
/data/jenkins/workspace/impala-asf-master-exhaustive-redhat8-shard2/repos/Impala/tests/stress/test_ddl_stress.py:83:
in test_create_cache_many_tables self.client.execute("alter table %s set
cached in 'testPool'" % tbl_name) common/impala_connection.py:216: in execute
fetch_profile_after_close=fetch_profile_after_close)
beeswax/impala_beeswax.py:188: in execute handle =
self.__execute_query(query_string.strip(), user=user)
beeswax/impala_beeswax.py:284: in __execute_query
self.wait_for_finished(handle) beeswax/impala_beeswax.py:314: in
wait_for_finished raise ImpalaBeeswaxException(error_log, None) E
ImpalaBeeswaxException: Query 2340e4919128f5e3:1edd88ed00000000 failed: E
ImpalaRuntimeException: Error making 'alter_table' RPC to Hive Metastore: E
CAUSED BY: MetaException: Database test_e418f3b1_5 for table test_e418f3b1_5
could not be found
{noformat}
h2. Stacktrace
{noformat}
/data/jenkins/workspace/impala-asf-master-exhaustive-redhat8-shard2/repos/Impala/tests/stress/test_ddl_stress.py:83:
in test_create_cache_many_tables
self.client.execute("alter table %s set cached in 'testPool'" % tbl_name)
common/impala_connection.py:216: in execute
fetch_profile_after_close=fetch_profile_after_close)
beeswax/impala_beeswax.py:188: in execute
handle = self.__execute_query(query_string.strip(), user=user)
beeswax/impala_beeswax.py:284: in __execute_query
self.wait_for_finished(handle)
beeswax/impala_beeswax.py:314: in wait_for_finished
raise ImpalaBeeswaxException(error_log, None)
E ImpalaBeeswaxException: Query 2340e4919128f5e3:1edd88ed00000000 failed:
E ImpalaRuntimeException: Error making 'alter_table' RPC to Hive Metastore:
E CAUSED BY: MetaException: Database test_e418f3b1_5 for table
test_e418f3b1_5 could not be found
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)