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

Zoltán Borók-Nagy updated IMPALA-13554:
---------------------------------------
    Description: 
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}

But I also saw the following:
h2. Stacktrace
{noformat}
/data/jenkins/workspace/impala-asf-master-exhaustive-data-cache/repos/Impala/tests/stress/test_ddl_stress.py:85:
 in test_create_cache_many_tables
    self.client.execute("alter table %s_part 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 43437bd174a7e3b4:6b46e95600000000 failed:
E   TableLoadingException: Failed to load metadata for table: 
test_ddl_stress_db.test_f4af1f40_0_part
E   CAUSED BY: MetaException: objectstore - Connection is not available, 
request timed out after 30000ms.
{noformat}


  was:
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}


> 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
>            Priority: Major
>              Labels: broken-build
>
> 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}
> But I also saw the following:
> h2. Stacktrace
> {noformat}
> /data/jenkins/workspace/impala-asf-master-exhaustive-data-cache/repos/Impala/tests/stress/test_ddl_stress.py:85:
>  in test_create_cache_many_tables
>     self.client.execute("alter table %s_part 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 43437bd174a7e3b4:6b46e95600000000 failed:
> E   TableLoadingException: Failed to load metadata for table: 
> test_ddl_stress_db.test_f4af1f40_0_part
> E   CAUSED BY: MetaException: objectstore - Connection is not available, 
> request timed out after 30000ms.
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to