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 "Ray Chiang (JIRA)" <ji...@apache.org> on 2016/01/04 22:47:39 UTC

[jira] [Updated] (YARN-4541) Change log message in LocalizedResource#handle() to DEBUG

     [ https://issues.apache.org/jira/browse/YARN-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ray Chiang updated YARN-4541:
-----------------------------
    Attachment: YARN-4541.001.patch

> Change log message in LocalizedResource#handle() to DEBUG
> ---------------------------------------------------------
>
>                 Key: YARN-4541
>                 URL: https://issues.apache.org/jira/browse/YARN-4541
>             Project: Hadoop YARN
>          Issue Type: Task
>    Affects Versions: 2.8.0
>            Reporter: Ray Chiang
>            Assignee: Ray Chiang
>            Priority: Minor
>         Attachments: YARN-4541.001.patch
>
>
> This section of code can fill up a log fairly quickly.
>        if (oldState != newState) {
>         LOG.info("Resource " + resourcePath + (localPath != null ?
>           "(->" + localPath + ")": "") + " transitioned from " + oldState
>             + " to " + newState);
>        }



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