[ https://issues.apache.org/jira/browse/YARN-9020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Wangda Tan resolved YARN-9020. ------------------------------ Resolution: Duplicate Thanks [~jutia] for reporting this. It is a valid issue. This is dup of YARN-8917, [~Tao Yang] has put a patch already. Closing this as dup. > set a wrong AbsoluteCapacity when call ParentQueue#setAbsoluteCapacity > ----------------------------------------------------------------------- > > Key: YARN-9020 > URL: https://issues.apache.org/jira/browse/YARN-9020 > Project: Hadoop YARN > Issue Type: Bug > Reporter: tianjuan > Assignee: tianjuan > Priority: Major > > set a wrong AbsoluteCapacity when call ParentQueue#setAbsoluteCapacity > private void deriveCapacityFromAbsoluteConfigurations(String label, > Resource clusterResource, ResourceCalculator rc, CSQueue childQueue) { > // 3. Update absolute capacity as a float based on parent's minResource and > // cluster resource. > childQueue.getQueueCapacities().setAbsoluteCapacity(label, > (float) childQueue.getQueueCapacities().{color:#d04437}getCapacity(){color} > / getQueueCapacities().getAbsoluteCapacity(label)); > > {color:#d04437}should be{color} > childQueue.getQueueCapacities().setAbsoluteCapacity(label, > (float) > childQueue.getQueueCapacities().{color:#f6c342}getCapacity(label){color} > / getQueueCapacities().getAbsoluteCapacity(label)); -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org