[ 
https://issues.apache.org/jira/browse/YARN-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16472502#comment-16472502
 ] 

Hudson commented on YARN-8268:
------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14175 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/14175/])
YARN-8268. Fair scheduler: reservable queue is configured both as parent 
(haibochen: rev 1f10a360219c91ac13d31bdb5c8d302b1b45afc3)
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/allocation/AllocationFileQueueParser.java
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/TestAllocationFileLoaderService.java


> Fair scheduler: reservable queue is configured both as parent and leaf queue
> ----------------------------------------------------------------------------
>
>                 Key: YARN-8268
>                 URL: https://issues.apache.org/jira/browse/YARN-8268
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: fairscheduler
>    Affects Versions: 3.1.0
>            Reporter: Gergo Repas
>            Assignee: Gergo Repas
>            Priority: Major
>             Fix For: 3.2.0
>
>         Attachments: YARN-8268.000.patch, YARN-8268.001.patch
>
>
> The following allocation file
> {code:java}
> <?xml version="1.0"?>
> <allocations>
> <queue name="root">
>   <aclAdministerApps>someuser </aclAdministerApps>
>   <queue name="default">
>     <aclAdministerApps>someuser </aclAdministerApps>
>   </queue>
>   <queue name="dedicated">
>     <reservation>
>     </reservation>
>     <aclAdministerApps>someuser </aclAdministerApps>
>   </queue>
> </queue>
> <defaultQueueSchedulingPolicy>drf</defaultQueueSchedulingPolicy>
> </allocations>
> {code}
> is being parsed as: {{PARENT=[root, root.dedicated], LEAF=[root.default, 
> root.dedicated]}} (AllocationConfiguration.configuredQueues).
> The root.dedicated should only appear as a PARENT queue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to