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 "Wangda Tan (JIRA)" <ji...@apache.org> on 2016/04/14 00:27:25 UTC

[jira] [Updated] (YARN-3846) RM Web UI queue filter is not working

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

Wangda Tan updated YARN-3846:
-----------------------------
    Target Version/s: 3.0.0, 2.8.0, 2.7.3, 2.6.5  (was: 3.0.0, 2.8.0)

> RM Web UI queue filter is not working
> -------------------------------------
>
>                 Key: YARN-3846
>                 URL: https://issues.apache.org/jira/browse/YARN-3846
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: yarn
>    Affects Versions: 3.0.0, 2.8.0
>            Reporter: Mohammad Shahid Khan
>            Assignee: Mohammad Shahid Khan
>              Labels: PatchAvailable
>             Fix For: 2.8.0
>
>         Attachments: YARN-3846.patch, scheduler queue issue.png, scheduler queue positive behavior.png
>
>
> Click on root queue will show the complete applications
> But click on the leaf queue is not filtering the application related to the the clicked queue.
> The regular expression seems to be wrong 
> {code}
> q = '^' + q.substr(q.lastIndexOf(':') + 2) + '$';",
> {code}
> For example
> 1. Suppose  queue name is  b
> them the above expression will try to substr at index 1 
> q.lastIndexOf(':')  = -1
> -1+2= 1
> which is wrong. its should look at the 0 index.
> 2. if queue name is ab.x
>     then it will parse it to .x 
>     but it should be x



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)