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

2015-07-01 Thread Devaraj K (JIRA)

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

Devaraj K updated YARN-3875:

Target Version/s: 2.8.0

> 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, 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)


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

2015-07-01 Thread Bibin A Chundatt (JIRA)

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

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

Update patch after formating

> 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, 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)


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

2015-07-01 Thread Bibin A Chundatt (JIRA)

 [ 
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= 
used= 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)