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

Tim Armstrong commented on IMPALA-8567:
---------------------------------------

{noformat}
metadata.test_refresh_partition.TestRefreshPartition.test_drop_hive_partition_and_refresh[protocol:
 beeswax | exec_option: {'batch_size': 0, 'num_nodes': 0, 
'disable_codegen_rows_threshold': 5000, 'disable_codegen': False, 
'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: 
text/none] (from pytest)
Failing for the past 1 build (Since Failed#289 )
Took 7.3 sec.
add description
Error Message

metadata/test_refresh_partition.py:106: in test_drop_hive_partition_and_refresh 
    table_name) common/impala_connection.py:180: 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:516: in __do_rpc     raise 
ImpalaBeeswaxException(self.__build_error_message(b), b) E   
ImpalaBeeswaxException: ImpalaBeeswaxException: E    INNER EXCEPTION: <class 
'beeswaxd.ttypes.BeeswaxException'> E    MESSAGE: AnalysisException: Database 
does not exist: test_drop_hive_partition_and_refresh_f9f45992

Stacktrace

metadata/test_refresh_partition.py:106: in test_drop_hive_partition_and_refresh
    table_name)
common/impala_connection.py:180: 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:516: in __do_rpc
    raise ImpalaBeeswaxException(self.__build_error_message(b), b)
E   ImpalaBeeswaxException: ImpalaBeeswaxException:
E    INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
E    MESSAGE: AnalysisException: Database does not exist: 
test_drop_hive_partition_and_refresh_f9f45992

Standard Error

SET 
client_identifier=metadata/test_refresh_partition.py::TestRefreshPartition::()::test_drop_hive_partition_and_refresh[protocol:beeswax|exec_option:{'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':5000;'disable_codegen':False;'abort_on_error':1;'exec_single_nod;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
-- 2019-05-21 06:42:13,293 INFO     MainThread: Closing active operation
SET 
client_identifier=metadata/test_refresh_partition.py::TestRefreshPartition::()::test_drop_hive_partition_and_refresh[protocol:beeswax|exec_option:{'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':5000;'disable_codegen':False;'abort_on_error':1;'exec_single_nod;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_drop_hive_partition_and_refresh_f9f45992` CASCADE;

-- 2019-05-21 06:42:16,981 INFO     MainThread: Started query 
2b400cf62bec2536:5c6787d400000000
SET 
client_identifier=metadata/test_refresh_partition.py::TestRefreshPartition::()::test_drop_hive_partition_and_refresh[protocol:beeswax|exec_option:{'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':5000;'disable_codegen':False;'abort_on_error':1;'exec_single_nod;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_drop_hive_partition_and_refresh_f9f45992`;

-- 2019-05-21 06:42:18,813 INFO     MainThread: Started query 
5047962ce847957a:9762932100000000
-- 2019-05-21 06:42:18,819 INFO     MainThread: Created database 
"test_drop_hive_partition_and_refresh_f9f45992" for test ID 
"metadata/test_refresh_partition.py::TestRefreshPartition::()::test_drop_hive_partition_and_refresh[protocol:
 beeswax | exec_option: {'batch_size': 0, 'num_nodes': 0, 
'disable_codegen_rows_threshold': 5000, 'disable_codegen': False, 
'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: 
text/none]"
-- executing against localhost:21000
create table test_drop_hive_partition_and_refresh_f9f45992.partition_test_table 
(x int) partitioned by (y int, z int);
{noformat}

> Many random catalog consistency issues with catalog v2/event processor
> ----------------------------------------------------------------------
>
>                 Key: IMPALA-8567
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8567
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>    Affects Versions: Impala 3.3.0
>            Reporter: Tim Armstrong
>            Assignee: Vihang Karajgaonkar
>            Priority: Blocker
>              Labels: broken-build, catalog, flaky
>
> [~tlipcon] [~vihangk1] FYI. I'm not sure whether the local catalog or the 
> event processor is likely to blame here so I'll let you look. The general 
> theme is tables and databases not existing when they should.
> https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/289/testReport/junit/metadata.test_refresh_partition/TestRefreshPartition/test_drop_hive_partition_and_refresh_protocol__beeswax___exec_option____batch_size___0___num_nodes___0___disable_codegen_rows_threshold___5000___disable_codegen___False___abort_on_error___1___exec_single_node_rows_threshold___0____table_format__text_none_/
> https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/267/testReport/junit/query_test.test_kudu/TestKuduOperations/test_kudu_insert_protocol__beeswax___exec_option____kudu_read_mode____READ_AT_SNAPSHOT____batch_size___0___num_nodes___0___disable_codegen_rows_threshold___0___disable_codegen___False___abort_on_error___1___exec_single_node_rows_threshold___0____table_format__text_none_/
> https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/286/testReport/junit/metadata.test_metadata_query_statements/TestMetadataQueryStatements/test_describe_db_protocol__beeswax___exec_option____sync_ddl___0___batch_size___0___num_nodes___0___disable_codegen_rows_threshold___0___disable_codegen___False___abort_on_error___1___exec_single_node_rows_threshold___0____table_format__text_none_/
> https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/286/testReport/junit/metadata.test_hms_integration/TestHmsIntegrationSanity/test_sanity_protocol__beeswax___exec_option____batch_size___0___num_nodes___0___disable_codegen_rows_threshold___5000___disable_codegen___False___abort_on_error___1___exec_single_node_rows_threshold___0____table_format__text_none_/
> https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/288/testReport/junit/query_test.test_insert_parquet/TestHdfsParquetTableStatsWriter/test_write_statistics_multiple_row_groups_protocol__beeswax___exec_option____batch_size___0___num_nodes___0___disable_codegen_rows_threshold___0___disable_codegen___False___abort_on_error___1___exec_single_node_rows_threshold___0____table_format__parquet_none_/
> I'll include the output of each job in a follow-on comment.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to