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

Hudson commented on MAPREDUCE-2794:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1109 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1109/])
    MAPREDUCE-2794. [MR-279] Incorrect metrics value for AvailableGB per queue 
per user. (John George via mahadev)

mahadev : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1179936
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/LeafQueue.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestLeafQueue.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestParentQueue.java

                
> [MR-279] Incorrect metrics value for AvailableGB per queue per user
> -------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2794
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2794
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: John George
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2794.patch, MAPREDUCE-2794.patch
>
>
> AvailableGB per queue is not the same as AvailableGB per queue per user when 
> the user limit is set to 100%.
> i.e. if the total available GB of the cluster is 60, and queue "default" has 
> 92% capacity with 100% as the user limit, AvailableGB per queue default = 55 
> (i.e. 0.92*60) whereas AvailableGB per queue for user ramya is 56 (however it 
> should be 55 = 0.92*60*1) 
> Also, unlike the AvailableGB/queue, AvailableGB/queue/user is not decremented 
> when user ramya is running apps on the "default" queue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to