You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Yang Wang (JIRA)" <ji...@apache.org> on 2017/08/04 10:54:00 UTC

[jira] [Created] (YARN-6951) Fix debug log when Resource handler chain is enabled

Yang Wang created YARN-6951:
-------------------------------

             Summary: Fix debug log when Resource handler chain is enabled
                 Key: YARN-6951
                 URL: https://issues.apache.org/jira/browse/YARN-6951
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Yang Wang


{code title=LinuxContainerExecutor.java}
      ... ...
      if (LOG.isDebugEnabled()) {
        LOG.debug("Resource handler chain enabled = " + (resourceHandlerChain
            == null));
      }
      ... ...
{code}
I think it is just a typo.When resourceHandlerChain is not null, print the log "Resource handler chain enabled = true".



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org