[ https://issues.apache.org/jira/browse/YARN-11000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17727629#comment-17727629 ]
ASF GitHub Bot commented on YARN-11000: --------------------------------------- brumi1024 commented on code in PR #3618: URL: https://github.com/apache/hadoop/pull/3618#discussion_r1210585198 ########## hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestChildQueueOrder.java: ########## @@ -295,38 +297,26 @@ public void testSortedQueues() throws Exception { // Assign {1,2,3,4} 1GB containers respectively to queues stubQueueAllocation(a, clusterResource, node_0, 1*GB); - stubQueueAllocation(b, clusterResource, node_0, 0*GB); - stubQueueAllocation(c, clusterResource, node_0, 0*GB); - stubQueueAllocation(d, clusterResource, node_0, 0*GB); Review Comment: Because in that round b, c, and d queues get 0 GB container allocations. Is the test failing with them? Is it failing on trunk? > Replace queue resource calculation logic in updateClusterResource > ----------------------------------------------------------------- > > Key: YARN-11000 > URL: https://issues.apache.org/jira/browse/YARN-11000 > Project: Hadoop YARN > Issue Type: Sub-task > Components: capacity scheduler > Reporter: Andras Gyori > Assignee: Andras Gyori > Priority: Major > Labels: pull-request-available > Time Spent: 2h 10m > Remaining Estimate: 0h > > YARN-10965 introduces a brand new queue calculation system. In order to > simplify the review process, this issue replaces the current logic with the > newly introduced one. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org