You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Peter Vary (JIRA)" <ji...@apache.org> on 2018/01/31 08:09:00 UTC

[jira] [Created] (HIVE-18591) Fix flaky tests in MetaStore client tests

Peter Vary created HIVE-18591:
---------------------------------

             Summary: Fix flaky tests in MetaStore client tests
                 Key: HIVE-18591
                 URL: https://issues.apache.org/jira/browse/HIVE-18591
             Project: Hive
          Issue Type: Sub-task
            Reporter: Peter Vary


I have seen it in several cases:
{code:java}
org.apache.hadoop.hive.metastore.api.MetaException: Got exception: org.apache.hadoop.hive.metastore.api.MetaException Invalid state. Transaction does not exist
	at org.apache.hadoop.hive.metastore.utils.MetaStoreUtils.logAndThrowMetaException(MetaStoreUtils.java:139)
	at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getAllTables(HiveMetaStoreClient.java:1499)
	at org.apache.hadoop.hive.metastore.client.TestTablesGetExists.setUp(TestTablesGetExists.java:94){code}
The common theme is:
{code:java}
Invalid state. Transaction does not exist{code}



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