-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.7.0
-
Component/s: None
-
Labels:None
Currently, the FileContext class used by clients such as (for eg. YARNRunner) creates a new AbstractFilesystem object on initialization.. which creates a new DFSClient object.. which in turn creates a KeyProvider object.. If Encryption is turned on, and https is turned on, the keyprovider implementation (the KMSClientProvider) will create a ReloadingX509TrustManager thread per instance... which are never killed and can lead to a thread leak
- is related to
-
HDFS-3359 DFSClient.close should close cached sockets
-
- Closed
-