You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sunitha Beeram (JIRA)" <ji...@apache.org> on 2017/06/15 13:01:00 UTC

[jira] [Created] (HIVE-16908) Failures in TestHcatClient due to HIVE-16844

Sunitha Beeram created HIVE-16908:
-------------------------------------

             Summary: Failures in TestHcatClient due to HIVE-16844
                 Key: HIVE-16908
                 URL: https://issues.apache.org/jira/browse/HIVE-16908
             Project: Hive
          Issue Type: Bug
            Reporter: Sunitha Beeram
            Assignee: Sunitha Beeram


Some of the tests in TestHCatClient.java, for ex:
{noformat}
org.apache.hive.hcatalog.api.TestHCatClient.testPartitionRegistrationWithCustomSchema (batchId=177)
org.apache.hive.hcatalog.api.TestHCatClient.testPartitionSpecRegistrationWithCustomSchema (batchId=177)
org.apache.hive.hcatalog.api.TestHCatClient.testTableSchemaPropagation (batchId=177)
{noformat}

are failing due to HIVE-16844. HIVE-16844 fixes a connection leak when a new configuration object is set on the ObjectStore. TestHCatClient fires up a second instance of metastore thread with a different conf object that results in the PersistenceMangaerFactory closure and hence tests fail. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)