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 "Bibin A Chundatt (JIRA)" <ji...@apache.org> on 2015/07/01 11:17:04 UTC

[jira] [Updated] (YARN-3875) FSSchedulerNode#reserveResource() not printing applicationID

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

Bibin A Chundatt updated YARN-3875:
-----------------------------------
    Attachment: 0001-YARN-3875.patch

Currently logs are shown as below

{code}
Reserved container container_e08_1435660809935_0008_01_000670 on node host: host-10-19-92-117:64318 #containers=6 available=<memory:0, vCores:10> used=<memory:3072, vCores:6> for application org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSAppAttempt@1c1a7108
{code}


Patch uploaded please review 

> FSSchedulerNode#reserveResource() not printing applicationID
> ------------------------------------------------------------
>
>                 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
>
>
> 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)