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-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to