Rajkumar Singh created ATLAS-3129: ------------------------------------- Summary: Truststore reloader thread from AtlasBaseClient. Key: ATLAS-3129 URL: https://issues.apache.org/jira/browse/ATLAS-3129 Project: Atlas Issue Type: Bug Components: atlas-core Affects Versions: 1.1.0 Reporter: Rajkumar Singh
AtlasBaseClient uses Hadoop's SSLFactory to create the ReloadingX509TrustManager https://github.com/apache/atlas/blob/b919d3d0964efbe1eda40724545d5fa506100a02/client/common/src/main/java/org/apache/atlas/security/SecureClientUtils.java#L143 currently, there is no way to stop/destroy method of the ReloadingX509TrustManager, this creates "Truststore reloader thread" leak in hiveserver2 if the user is running any HOOK/UDF which uses the AtlasClient. -- This message was sent by Atlassian JIRA (v7.6.3#76005)