[
https://issues.apache.org/jira/browse/YARN-2540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14131773#comment-14131773
]
Ashwin Shankar commented on YARN-2540:
--------------------------------------
Attached patch fixes this issue. The problem was that in FairScheduler, queue
names are represented as fully qualified name(root.blah.blah) while the
filtering logic in FairSchedulerPage.java filters based on a substring of the
queue name.
> Fair Scheduler : queue filters not working on scheduler page in RM UI
> ---------------------------------------------------------------------
>
> Key: YARN-2540
> URL: https://issues.apache.org/jira/browse/YARN-2540
> Project: Hadoop YARN
> Issue Type: Bug
> Components: scheduler
> Affects Versions: 2.5.0, 2.5.1
> Reporter: Ashwin Shankar
> Assignee: Ashwin Shankar
> Attachments: YARN-2540-v1.txt
>
>
> Steps to reproduce :
> 1. Run an app in default queue.
> 2. While the app is running, go to the scheduler page on RM UI.
> 3. You would see the app in the apptable at the bottom.
> 4. Now click on default queue to filter the apptable on "root.default".
> 5. App disappears from apptable although it is running on default queue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)