You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Gergo Repas (JIRA)" <ji...@apache.org> on 2018/05/09 10:59:00 UTC

[jira] [Updated] (YARN-8268) Fair scheduler: reservable queue is configured both as parent and leaf queue

     [ https://issues.apache.org/jira/browse/YARN-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gergo Repas updated YARN-8268:
------------------------------
    Attachment: YARN-8268.000.patch

> 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
>
>
> The following allocation file
> {code}
> <?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 LEAF queue.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org