Yufei Gu created YARN-5077: ------------------------------ Summary: Fix FSLeafQueue#getFairShare() for queues with weight 0.0 Key: YARN-5077 URL: https://issues.apache.org/jira/browse/YARN-5077 Project: Hadoop YARN Issue Type: Bug Reporter: Yufei Gu Assignee: Yufei Gu
1) When a queue's weight is set to 0.0, FSLeafQueue#getFairShare() returns <memory:0, vCores:0> 2) When a queue's weight is nonzero, FSLeafQueue#getFairShare() returns <memory:16384, vCores:8> In case 1), that means no container ever gets allocated for an AM because from the viewpoint of the RM, there is never any headroom to allocate a container on that queue. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org