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

Hadoop QA commented on YARN-1156:
---------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12601750/YARN-1156.1.patch
  against trunk revision .

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-YARN-Build/4631//console

This message is automatically generated.

> Change NodeManager AllocatedGB and AvailableGB metrics to show decimal values
> -----------------------------------------------------------------------------
>
>                 Key: YARN-1156
>                 URL: https://issues.apache.org/jira/browse/YARN-1156
>             Project: Hadoop YARN
>          Issue Type: Improvement
>    Affects Versions: 2.1.0-beta
>            Reporter: Akira AJISAKA
>            Assignee: Tsuyoshi OZAWA
>            Priority: Minor
>              Labels: metrics, newbie
>             Fix For: 2.6.0
>
>         Attachments: YARN-1156.1.patch
>
>
> AllocatedGB and AvailableGB metrics are now integer type. If there are four 
> times 500MB memory allocation to container, AllocatedGB is incremented four 
> times by {{(int)500/1024}}, which means 0. That is, the memory size allocated 
> is actually 2000MB, but the metrics shows 0GB. Let's use float type for these 
> metrics.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to