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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to