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 "Benjamin Teke (Jira)" <ji...@apache.org> on 2022/06/17 17:38:00 UTC

[jira] [Updated] (YARN-10974) CS UI: queue filter and openQueues param do not work as expected

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

Benjamin Teke updated YARN-10974:
---------------------------------
    Fix Version/s: 3.4.0

> CS UI: queue filter and openQueues param do not work as expected
> ----------------------------------------------------------------
>
>                 Key: YARN-10974
>                 URL: https://issues.apache.org/jira/browse/YARN-10974
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: capacity scheduler
>    Affects Versions: 3.3.1
>            Reporter: Chengbing Liu
>            Assignee: Chengbing Liu
>            Priority: Major
>             Fix For: 3.4.0
>
>         Attachments: YARN-10974.001.patch
>
>
> With YARN-9879, the Capacity Scheduler now use full queue path instead of leaf queue's name, we should also reflect this change in scheduler UI page.
> This issue addresses two changes:
>  # *Fixed and refined queue filter logic*: instead of exact matching of leaf queue's name, now use prefix matching for non-leaf queue, and exact matching of full queue path for leaf queue.
> This change conforms to the logic of FS.
>  # *Fixed openQueues parameter change behavior in URL during queue expansion and collapsing*, by not displaying the "Queue: " prefix with each leaf and non-leaf queue. 
> Prior to this change, queue collapsing does not remove the corresponding queue name from the openQueues parameter, due to the "Queue: " prefix contains a space, which is encoded as '%20' and therefore not matched cleanly.
> This change also conforms to the logic of FS.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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