Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
YarnClientProtocolProvider creates YarnRunner which includes ResourceMgrDelegate. In ResourceMgrDelegate, we would initiate and start yarnclient. The yarnClient thread would be leaked due to
@Override public void close(ClientProtocol clientProtocol) throws IOException { // nothing to do }
in YarnClientProtocolProvider
Attachments
Attachments
Issue Links
- is related to
-
YARN-5309 Fix SSLFactory truststore reloader thread leak in TimelineClientImpl
- Closed
- relates to
-
MAPREDUCE-6621 Memory Leak in JobClient#submitJobInternal()
- Closed