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

Benjamin Teke commented on YARN-10974:
--------------------------------------

Thanks [~chengbing.liu] for the patch, and [~zhuqi] for the review. Merged to 
trunk. [~chengbing.liu] can you please backport this to branch-3.3 as well? If 
not I can do it as well.

> 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
>         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-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to