Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
3.0.0-alpha4
-
None
-
None
Description
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.
Attachments
Attachments
Issue Links
- is duplicated by
-
YARN-7699 queueUsagePercentage is coming as INF for getApp REST api call
- Resolved