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

Alice Fan reopened IMPALA-5678:
-------------------------------

Saw TestDdlStatements.test_alter_table failed with "AlreadyExistsException: 
Table table_one_part already exists" once in cdh5 build. 

{code:java}
Error Message
metadata/test_ddl.py:298: in test_alter_table     
multiple_impalad=self._use_multiple_impalad(vector)) 
common/impala_test_suite.py:403: in run_test_case     result = 
self.__execute_query(target_impalad_client, query, user=user) 
common/impala_test_suite.py:624: in __execute_query     return 
impalad_client.execute(query, user=user) common/impala_connection.py:185: in 
execute     return self.__beeswax_client.execute(sql_stmt, user=user) 
beeswax/impala_beeswax.py:173: in execute     handle = 
self.__execute_query(query_string.strip(), user=user) 
beeswax/impala_beeswax.py:343: in __execute_query     handle = 
self.execute_query_async(query_string, user=user) 
beeswax/impala_beeswax.py:339: in execute_query_async     return 
self.__do_rpc(lambda: self.imp_service.query(query,)) 
beeswax/impala_beeswax.py:467: in __do_rpc     raise 
ImpalaBeeswaxException(self.__build_error_message(b), b) E   
ImpalaBeeswaxException: ImpalaBeeswaxException: E    INNER EXCEPTION: <class 
'beeswaxd.ttypes.BeeswaxException'> E    MESSAGE: ImpalaRuntimeException: Error 
making 'createTable' RPC to Hive Metastore:  E   CAUSED BY: 
AlreadyExistsException: Table table_one_part already exists
Stacktrace
metadata/test_ddl.py:298: in test_alter_table
    multiple_impalad=self._use_multiple_impalad(vector))
common/impala_test_suite.py:403: in run_test_case
    result = self.__execute_query(target_impalad_client, query, user=user)
common/impala_test_suite.py:624: in __execute_query
    return impalad_client.execute(query, user=user)
common/impala_connection.py:185: in execute
    return self.__beeswax_client.execute(sql_stmt, user=user)
beeswax/impala_beeswax.py:173: in execute
    handle = self.__execute_query(query_string.strip(), user=user)
beeswax/impala_beeswax.py:343: in __execute_query
    handle = self.execute_query_async(query_string, user=user)
beeswax/impala_beeswax.py:339: in execute_query_async
    return self.__do_rpc(lambda: self.imp_service.query(query,))
beeswax/impala_beeswax.py:467: in __do_rpc
    raise ImpalaBeeswaxException(self.__build_error_message(b), b)
E   ImpalaBeeswaxException: ImpalaBeeswaxException:
E    INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
E    MESSAGE: ImpalaRuntimeException: Error making 'createTable' RPC to Hive 
Metastore: 
E   CAUSED BY: AlreadyExistsException: Table table_one_part already exists
{code}


> test_alter_table fails with "Table already exists"
> --------------------------------------------------
>
>                 Key: IMPALA-5678
>                 URL: https://issues.apache.org/jira/browse/IMPALA-5678
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Catalog
>    Affects Versions: Impala 2.10.0
>            Reporter: Thomas Tauber-Marshall
>            Priority: Major
>              Labels: flaky
>
> Seen in a GVO run for an unrelated change: 
> http://jenkins.impala.io:8080/job/gerrit-verify-dryrun/868
> It looks similar to IMPALA-4888, but that's already resolved.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to