You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Nemo Chen (JIRA)" <ji...@apache.org> on 2016/08/11 02:37:22 UTC

[jira] [Created] (YARN-5507) Inconsistent logging content and logging level for server nodemanager

Nemo Chen created YARN-5507:
-------------------------------

             Summary: Inconsistent logging content and logging level for server nodemanager
                 Key: YARN-5507
                 URL: https://issues.apache.org/jira/browse/YARN-5507
             Project: Hadoop YARN
          Issue Type: Bug
          Components: nodemanager
            Reporter: Nemo Chen


Similar to a fix for HADOOP-6419, in file: 

hadoop-rel-release-2.7.2/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/DummyContainerManager.java

In line 96, the logging text indicates this is a DEBUG level log, but the level is set to info.
{code:borderStyle=solid}
LOG.info("DEBUG: " + req + ":"
                    + rsrcReqs.getContainer().getContainerId());
{code}



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

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