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)