Prabhu Joseph created HIVE-18353: ------------------------------------ Summary: CompactorMR should call jobclient.close() to trigger cleanup Key: HIVE-18353 URL: https://issues.apache.org/jira/browse/HIVE-18353 Project: Hive Issue Type: Bug Components: Hive Affects Versions: 1.2.1 Reporter: Prabhu Joseph Assignee: Prabhu Joseph
HiveMetastore process is leaking TrustStore reloader threads when running compaction as JobClient close is not called from CompactorMR - MAPREDUCE-6618 and MAPREDUCE-6621 {code} "Truststore reloader thread" #2814 daemon prio=1 os_prio=0 tid=0x0000000000cdc800 nid=0x2f05a waiting on condition [0x00007fdaef403000] java.lang.Thread.State: TIMED_WAITING (sleeping) at java.lang.Thread.sleep(Native Method) at org.apache.hadoop.security.ssl.ReloadingX509TrustManager.run(ReloadingX509TrustManager.java:194) at java.lang.Thread.run(Thread.java:745) {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)