[ https://issues.apache.org/jira/browse/YARN-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tao Yang updated YARN-7471: --------------------------- Attachment: YARN-7471.001.patch > 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 > Attachments: YARN-7471.001.patch > > > 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-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org