Fang-Yu Rao created IMPALA-11353:
------------------------------------

             Summary: test_full_acid_original_files() seems to be flaky
                 Key: IMPALA-11353
                 URL: https://issues.apache.org/jira/browse/IMPALA-11353
             Project: IMPALA
          Issue Type: Bug
    Affects Versions: Impala 4.1.0
            Reporter: Fang-Yu Rao
            Assignee: Zoltán Borók-Nagy


We observed at 
https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/16707/testReport/junit/query_test.test_acid/TestAcid/test_full_acid_original_files_protocol__beeswax___exec_option____test_replan___1___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_/
 that the E2E test of 
[test_full_acid_original_files()|https://github.com/apache/impala/blob/master/tests/query_test/test_acid.py#L157]
 seems to be flaky.
{code}
Error Message
query_test/test_acid.py:171: in test_full_acid_original_files     
self.run_test_case('QueryTest/full-acid-original-file', vector, 
unique_database) common/impala_test_suite.py:687: in run_test_case     result = 
exec_fn(query, user=test_section.get('USER', '').strip() or None) 
common/impala_test_suite.py:625: in __exec_in_impala     result = 
self.__execute_query(target_impalad_client, query, user=user) 
common/impala_test_suite.py:961: in __execute_query     return 
impalad_client.execute(query, user=user) common/impala_connection.py:212: in 
execute     return self.__beeswax_client.execute(sql_stmt, user=user) 
beeswax/impala_beeswax.py:189: in execute     handle = 
self.__execute_query(query_string.strip(), user=user) 
beeswax/impala_beeswax.py:367: in __execute_query     
self.wait_for_finished(handle) beeswax/impala_beeswax.py:388: in 
wait_for_finished     raise ImpalaBeeswaxException("Query aborted:" + 
error_log, None) E   ImpalaBeeswaxException: ImpalaBeeswaxException: E    Query 
aborted:Found original file with unexpected name: 
hdfs://localhost:20500/test-warehouse/alltypes_promoted_orc_def/year=2010/month=8/000000_1
 Please run a major compaction on the partition/table to overcome this.
Stacktrace
query_test/test_acid.py:171: in test_full_acid_original_files
    self.run_test_case('QueryTest/full-acid-original-file', vector, 
unique_database)
common/impala_test_suite.py:687: in run_test_case
    result = exec_fn(query, user=test_section.get('USER', '').strip() or None)
common/impala_test_suite.py:625: in __exec_in_impala
    result = self.__execute_query(target_impalad_client, query, user=user)
common/impala_test_suite.py:961: in __execute_query
    return impalad_client.execute(query, user=user)
common/impala_connection.py:212: in execute
    return self.__beeswax_client.execute(sql_stmt, user=user)
beeswax/impala_beeswax.py:189: in execute
    handle = self.__execute_query(query_string.strip(), user=user)
beeswax/impala_beeswax.py:367: in __execute_query
    self.wait_for_finished(handle)
beeswax/impala_beeswax.py:388: in wait_for_finished
    raise ImpalaBeeswaxException("Query aborted:" + error_log, None)
E   ImpalaBeeswaxException: ImpalaBeeswaxException:
E    Query aborted:Found original file with unexpected name: 
hdfs://localhost:20500/test-warehouse/alltypes_promoted_orc_def/year=2010/month=8/000000_1
 Please run a major compaction on the partition/table to overcome this.
{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to