[ https://issues.apache.org/jira/browse/YARN-11408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17679730#comment-17679730 ]
ASF GitHub Bot commented on YARN-11408: --------------------------------------- brumi1024 commented on code in PR #5278: URL: https://github.com/apache/hadoop/pull/5278#discussion_r1083821014 ########## hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/converter/TestFSConfigToCSConfigConverter.java: ########## @@ -194,6 +199,10 @@ public void testDefaultUserLimitFactor() throws Exception { assertNull("root.users user-limit-factor should be null", conf.get(PREFIX + "root.users." + USER_LIMIT_FACTOR)); + assertEquals("root.users auto-queue-creation-v2.enabled", "true", + conf.get(PREFIX + "root.users.auto-queue-creation-v2.enabled")); + assertNull( "root.users auto-create-child-queue.enabled should be null", + conf.get(PREFIX + "root.users.auto-create-child-queue.enabled")); Review Comment: Yes please. The basic purpose of a test like this would be to check if the auto-create-child-queue.enabled is true the user-limit-factor = -1 isn't added. > Add a check of autoQueueCreation is disabled for emitDefaultUserLimitFactor > method > ------------------------------------------------------------------------------------ > > Key: YARN-11408 > URL: https://issues.apache.org/jira/browse/YARN-11408 > Project: Hadoop YARN > Issue Type: Bug > Components: yarn > Reporter: Susheel Gupta > Assignee: Susheel Gupta > Priority: Major > Labels: pull-request-available > Fix For: 3.4.0 > > > It is required to add user-limit-factor to -1 only for those queues which are > leafqueue and auto-queue-creation is disabled. > Follow-up of YARN-11393 -- 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