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 "Devaraj K (JIRA)" <ji...@apache.org> on 2015/07/02 06:48:05 UTC

[jira] [Commented] (YARN-3875) FSSchedulerNode#reserveResource() doesn't print Application Id properly in log

    [ https://issues.apache.org/jira/browse/YARN-3875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14611462#comment-14611462 ] 

Devaraj K commented on YARN-3875:
---------------------------------

Committing it.

> FSSchedulerNode#reserveResource() doesn't print Application Id properly in log
> ------------------------------------------------------------------------------
>
>                 Key: YARN-3875
>                 URL: https://issues.apache.org/jira/browse/YARN-3875
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Bibin A Chundatt
>            Assignee: Bibin A Chundatt
>            Priority: Minor
>         Attachments: 0001-YARN-3875.patch, 0002-YARN-3875.patch
>
>
> FSSchedulerNode#reserveResource()
> {code}
>       LOG.info("Updated reserved container " + 
>           container.getContainer().getId() + " on node " + 
>           this + " for application " + application);
>     } else {
>       LOG.info("Reserved container " + container.getContainer().getId() + 
>           " on node " + this + " for application " + application);
>     }
> {code}
> update to application.getApplicationId() 



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