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 "Robert Kanter (JIRA)" <ji...@apache.org> on 2016/04/14 02:43:25 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15240327#comment-15240327 ] 

Robert Kanter commented on YARN-4541:
-------------------------------------

+1

> 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: Improvement
>    Affects Versions: 2.7.1
>            Reporter: Ray Chiang
>            Assignee: Ray Chiang
>            Priority: Minor
>              Labels: supportability
>         Attachments: YARN-4541.001.patch, YARN-4541.002.patch
>
>
> This section of code can fill up a log fairly quickly.
> {code}
>        if (oldState != newState) {
>         LOG.info("Resource " + resourcePath + (localPath != null ?
>           "(->" + localPath + ")": "") + " transitioned from " + oldState
>             + " to " + newState);
>        }
> {code}



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