Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Some of the tests in TestHCatClient.java, for ex:
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)
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.
Attachments
Attachments
Issue Links
- duplicates
-
HIVE-17057 Flaky test: TestHCatClient.testTableSchemaPropagation,testPartitionRegistrationWithCustomSchema,testPartitionSpecRegistrationWithCustomSchema
- Resolved
- is related to
-
HIVE-17369 We should turn off the TestHcatClient tests until HIVE-16908 is solved
- Resolved
-
HIVE-16844 Fix Connection leak in ObjectStore when new Conf object is used
- Closed
- relates to
-
HIVE-17369 We should turn off the TestHcatClient tests until HIVE-16908 is solved
- Resolved
-
HIVE-16844 Fix Connection leak in ObjectStore when new Conf object is used
- Closed
- links to