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 "Hudson (JIRA)" <ji...@apache.org> on 2014/12/03 13:12:13 UTC

[jira] [Commented] (YARN-1156) Enhance NodeManager AllocatedGB and AvailableGB metrics for aggregation of decimal values

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

Hudson commented on YARN-1156:
------------------------------

FAILURE: Integrated in Hadoop-trunk-Commit #6639 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/6639/])
YARN-1156. Enhance NodeManager AllocatedGB and AvailableGB metrics for aggregation of decimal values. (Contributed by Tsuyoshi OZAWA) (junping_du: rev e65b7c5ff6b0c013e510e750fe5cf59acfefea5f)
* hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/metrics/TestNodeManagerMetrics.java
* hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/metrics/NodeManagerMetrics.java
* hadoop-yarn-project/CHANGES.txt


> Enhance NodeManager AllocatedGB and AvailableGB metrics for aggregation of 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
>              Labels: metrics
>             Fix For: 2.7.0
>
>         Attachments: YARN-1156.1.patch, YARN-1156.2.patch, YARN-1156.3.patch, YARN-1156.4.patch, YARN-1156.5.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.3.4#6332)