You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Xuan Gong (JIRA)" <ji...@apache.org> on 2016/01/26 01:30:39 UTC

[jira] [Created] (MAPREDUCE-6618) YarnClientProtocolProvider leaking the YarnClient thread.

Xuan Gong created MAPREDUCE-6618:
------------------------------------

             Summary: YarnClientProtocolProvider leaking the YarnClient thread. 
                 Key: MAPREDUCE-6618
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6618
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Xuan Gong
            Assignee: Xuan Gong


YarnClientProtocolProvider creates YarnRunner which includes ResourceMgrDelegate. In ResourceMgrDelegate, we would initiate and start yarnclient. The yarnClient thread would be leaked due to
{code}
  @Override
  public void close(ClientProtocol clientProtocol) throws IOException {
    // nothing to do
  }
{code} in YarnClientProtocolProvider



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)