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

Tim Armstrong resolved IMPALA-8324.
-----------------------------------
    Resolution: Duplicate

This looks like the same general issue

> Cleanup for test_ddl.TestDdlStatements.test_alter_table fails on s3
> -------------------------------------------------------------------
>
>                 Key: IMPALA-8324
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8324
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend, Infrastructure
>    Affects Versions: Impala 3.3.0
>            Reporter: Joe McDonnell
>            Priority: Critical
>              Labels: broken-build
>
> test_ddl.TestDdlStatements.test_alter_table has failed twice on s3 with the 
> following:
> {noformat}
> conftest.py:315: in cleanup
>     {'sync_ddl': sync_ddl})
> common/impala_test_suite.py:601: in wrapper
>     return function(*args, **kwargs)
> common/impala_test_suite.py:609: in execute_query_expect_success
>     result = cls.__execute_query(impalad_client, query, query_options, user)
> common/impala_test_suite.py:699: in __execute_query
>     return impalad_client.execute(query, user=user)
> common/impala_connection.py:174: in execute
>     return self.__beeswax_client.execute(sql_stmt, user=user)
> beeswax/impala_beeswax.py:183: in execute
>     handle = self.__execute_query(query_string.strip(), user=user)
> beeswax/impala_beeswax.py:358: in __execute_query
>     handle = self.execute_query_async(query_string, user=user)
> beeswax/impala_beeswax.py:352: in execute_query_async
>     handle = self.__do_rpc(lambda: self.imp_service.query(query,))
> beeswax/impala_beeswax.py:512: 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 'dropDatabase' RPC to Hive 
> Metastore: 
> E   CAUSED BY: NoSuchObjectException: test_alter_table_db234c3f{noformat}
> This is the unique database created/destroyed by the unique_database test 
> fixture. In looking at the logs, I don't see any duplicate dropping of this 
> database.



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

Reply via email to