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

Dániel Gábor Vankó updated IMPALA-14244:
----------------------------------------
    Description: 
h3. Error Message

query_test/test_acid.py:89: in test_full_acid_scans 
self.run_test_case('QueryTest/full-acid-scans', vector, use_db=unique_database) 
common/impala_test_suite.py:787: in run_test_case user=test_section.get('USER', 
'').strip() or None) common/impala_test_suite.py:706: in _{_}exec_in_impala 
result = self.{_}{_}execute_query(target_impalad_client, query, user=user) 
common/impala_test_suite.py:1073: in __execute_query return 
impalad_client.execute(query, user=user) common/impala_connection.py:218: in 
execute return self.{_}{_}beeswax_client.execute(sql_stmt, user=user) 
beeswax/impala_beeswax.py:191: in execute handle = 
self.{_}_execute_query(query_string.strip(), user=user) 
beeswax/impala_beeswax.py:369: in __execute_query 
self.wait_for_finished(handle) beeswax/impala_beeswax.py:390: in 
wait_for_finished raise ImpalaBeeswaxException("Query aborted:" + error_log, 
None) E ImpalaBeeswaxException: ImpalaBeeswaxException: E Query 
aborted:CatalogException: Table 'test_full_acid_scans_48293b00.acid' was 
modified while operation was in progress, aborting execution.
h3. Stacktrace

query_test/test_acid.py:89: in test_full_acid_scans 
self.run_test_case('QueryTest/full-acid-scans', vector, use_db=unique_database) 
common/impala_test_suite.py:787: in run_test_case user=test_section.get('USER', 
'').strip() or None) common/impala_test_suite.py:706: in _{_}exec_in_impala 
result = self.{_}{_}execute_query(target_impalad_client, query, user=user) 
common/impala_test_suite.py:1073: in __execute_query return 
impalad_client.execute(query, user=user) common/impala_connection.py:218: in 
execute return self.{_}{_}beeswax_client.execute(sql_stmt, user=user) 
beeswax/impala_beeswax.py:191: in execute handle = 
self.{_}_execute_query(query_string.strip(), user=user) 
beeswax/impala_beeswax.py:369: in __execute_query 
self.wait_for_finished(handle) beeswax/impala_beeswax.py:390: in 
wait_for_finished raise ImpalaBeeswaxException("Query aborted:" + error_log, 
None) E ImpalaBeeswaxException: ImpalaBeeswaxException: E Query 
aborted:CatalogException: Table 'test_full_acid_scans_48293b00.acid' was 
modified while operation was in progress, aborting execution.

 

 

  was:
h3. Error Message

query_test/test_acid.py:89: in test_full_acid_scans 
self.run_test_case('QueryTest/full-acid-scans', vector, use_db=unique_database) 
common/impala_test_suite.py:787: in run_test_case user=test_section.get('USER', 
'').strip() or None) common/impala_test_suite.py:706: in __exec_in_impala 
result = self.__execute_query(target_impalad_client, query, user=user) 
common/impala_test_suite.py:1073: in __execute_query return 
impalad_client.execute(query, user=user) common/impala_connection.py:218: in 
execute return self.__beeswax_client.execute(sql_stmt, user=user) 
beeswax/impala_beeswax.py:191: in execute handle = 
self.__execute_query(query_string.strip(), user=user) 
beeswax/impala_beeswax.py:369: in __execute_query 
self.wait_for_finished(handle) beeswax/impala_beeswax.py:390: in 
wait_for_finished raise ImpalaBeeswaxException("Query aborted:" + error_log, 
None) E ImpalaBeeswaxException: ImpalaBeeswaxException: E Query 
aborted:CatalogException: Table 'test_full_acid_scans_48293b00.acid' was 
modified while operation was in progress, aborting execution.
h3. Stacktrace

query_test/test_acid.py:89: in test_full_acid_scans 
self.run_test_case('QueryTest/full-acid-scans', vector, use_db=unique_database) 
common/impala_test_suite.py:787: in run_test_case user=test_section.get('USER', 
'').strip() or None) common/impala_test_suite.py:706: in __exec_in_impala 
result = self.__execute_query(target_impalad_client, query, user=user) 
common/impala_test_suite.py:1073: in __execute_query return 
impalad_client.execute(query, user=user) common/impala_connection.py:218: in 
execute return self.__beeswax_client.execute(sql_stmt, user=user) 
beeswax/impala_beeswax.py:191: in execute handle = 
self.__execute_query(query_string.strip(), user=user) 
beeswax/impala_beeswax.py:369: in __execute_query 
self.wait_for_finished(handle) beeswax/impala_beeswax.py:390: in 
wait_for_finished raise ImpalaBeeswaxException("Query aborted:" + error_log, 
None) E ImpalaBeeswaxException: ImpalaBeeswaxException: E Query 
aborted:CatalogException: Table 'test_full_acid_scans_48293b00.acid' was 
modified while operation was in progress, aborting execution.


> TestAcid.test_full_acid_scans is failing
> ----------------------------------------
>
>                 Key: IMPALA-14244
>                 URL: https://issues.apache.org/jira/browse/IMPALA-14244
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: gaurav singh
>            Priority: Critical
>
> h3. Error Message
> query_test/test_acid.py:89: in test_full_acid_scans 
> self.run_test_case('QueryTest/full-acid-scans', vector, 
> use_db=unique_database) common/impala_test_suite.py:787: in run_test_case 
> user=test_section.get('USER', '').strip() or None) 
> common/impala_test_suite.py:706: in _{_}exec_in_impala result = 
> self.{_}{_}execute_query(target_impalad_client, query, user=user) 
> common/impala_test_suite.py:1073: in __execute_query return 
> impalad_client.execute(query, user=user) common/impala_connection.py:218: in 
> execute return self.{_}{_}beeswax_client.execute(sql_stmt, user=user) 
> beeswax/impala_beeswax.py:191: in execute handle = 
> self.{_}_execute_query(query_string.strip(), user=user) 
> beeswax/impala_beeswax.py:369: in __execute_query 
> self.wait_for_finished(handle) beeswax/impala_beeswax.py:390: in 
> wait_for_finished raise ImpalaBeeswaxException("Query aborted:" + error_log, 
> None) E ImpalaBeeswaxException: ImpalaBeeswaxException: E Query 
> aborted:CatalogException: Table 'test_full_acid_scans_48293b00.acid' was 
> modified while operation was in progress, aborting execution.
> h3. Stacktrace
> query_test/test_acid.py:89: in test_full_acid_scans 
> self.run_test_case('QueryTest/full-acid-scans', vector, 
> use_db=unique_database) common/impala_test_suite.py:787: in run_test_case 
> user=test_section.get('USER', '').strip() or None) 
> common/impala_test_suite.py:706: in _{_}exec_in_impala result = 
> self.{_}{_}execute_query(target_impalad_client, query, user=user) 
> common/impala_test_suite.py:1073: in __execute_query return 
> impalad_client.execute(query, user=user) common/impala_connection.py:218: in 
> execute return self.{_}{_}beeswax_client.execute(sql_stmt, user=user) 
> beeswax/impala_beeswax.py:191: in execute handle = 
> self.{_}_execute_query(query_string.strip(), user=user) 
> beeswax/impala_beeswax.py:369: in __execute_query 
> self.wait_for_finished(handle) beeswax/impala_beeswax.py:390: in 
> wait_for_finished raise ImpalaBeeswaxException("Query aborted:" + error_log, 
> None) E ImpalaBeeswaxException: ImpalaBeeswaxException: E Query 
> aborted:CatalogException: Table 'test_full_acid_scans_48293b00.acid' was 
> modified while operation was in progress, aborting execution.
>  
>  



--
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