You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Michael Ho (JIRA)" <ji...@apache.org> on 2019/02/07 21:52:00 UTC

[jira] [Created] (IMPALA-8174) test_catalog_restart failed with exception "Detected catalog service ID change"

Michael Ho created IMPALA-8174:
----------------------------------

             Summary: test_catalog_restart failed with exception "Detected catalog service ID change"
                 Key: IMPALA-8174
                 URL: https://issues.apache.org/jira/browse/IMPALA-8174
             Project: IMPALA
          Issue Type: Bug
          Components: Catalog
    Affects Versions: Impala 3.2.0
            Reporter: Michael Ho


test_catalog_restart failed with exception "Detected catalog service ID change". Didn't dig too much into the details.

cc'ing [~fredyw],[~bharathv],[~paul.rogers]

{noformat}
Error Message
ImpalaBeeswaxException: ImpalaBeeswaxException:  INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>  MESSAGE: CatalogException: Detected catalog service ID change. Aborting updateCatalog()
Stacktrace
authorization/test_authorization.py:432: in test_catalog_restart
    self.role_cleanup(unique_role)
authorization/test_authorization.py:438: in role_cleanup
    self.client.execute("drop role %s" % role_name)
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: CatalogException: Detected catalog service ID change. Aborting updateCatalog()
{noformat}



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