You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Tao Yang (JIRA)" <ji...@apache.org> on 2017/11/10 08:44:00 UTC

[jira] [Created] (YARN-7471) queueUsagePercentage is wrongly calculated for applications in zero-capacity queues

Tao Yang created YARN-7471:
------------------------------

             Summary: queueUsagePercentage is wrongly calculated for applications in zero-capacity queues
                 Key: YARN-7471
                 URL: https://issues.apache.org/jira/browse/YARN-7471
             Project: Hadoop YARN
          Issue Type: Bug
          Components: capacityscheduler
    Affects Versions: 3.0.0-alpha4
            Reporter: Tao Yang
            Assignee: Tao Yang


For applicaitons in zero-capacity queues, queueUsagePercentage is wrongly calculated to INFINITY with expression (queueUsagePercentage = usedResource / (totalPartitionRes * queueAbsMaxCapPerPartition) when the queueAbsMaxCapPerPartition=0.
We can add a precondition (queueAbsMaxCapPerPartition != 0) before this calculation to fix this problem.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org