[ https://issues.apache.org/jira/browse/YARN-11538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17747308#comment-17747308 ]
ASF GitHub Bot commented on YARN-11538: --------------------------------------- slfan1989 commented on PR #5890: URL: https://github.com/apache/hadoop/pull/5890#issuecomment-1651088189 @yangjiandan Thanks for your contribution, can we add a unit test? > CS UI: queue filter do not work as expected when submitting apps with leaf > queue‘s name > ---------------------------------------------------------------------------------------- > > Key: YARN-11538 > URL: https://issues.apache.org/jira/browse/YARN-11538 > Project: Hadoop YARN > Issue Type: Bug > Components: resourcemanager > Reporter: Jiandan Yang > Assignee: Jiandan Yang > Priority: Major > Labels: pull-request-available > Attachments: YARN-11538-001.patch > > > I have noticed that the application can not be filtered correctly in the > CapacityScheduer page when I submit apps with leaf queue‘s name. > *Steps to Reproduce:* > 1. create a mr app with leaf queue's name without *root.*, for example: > {code:java} > hadoop jar hadoop-mapreduce-examples-3.3.4.jar teragen > -Dmapreduce.job.queuename=ia_ana 10000000000 /user/yjd/teragen > {code} > 2. open the schedule web page of CapacityScheduler > 3. click the queue of the app submited in step 1 > 4. check the apps showed in web page, and can not find the app submited in > step 1 > *Problem Analysis:* > when clicking a queue in scheduler page, it filters by full path of Queue in > web page. Beause the queues of apps returned by *getApplications* is short > path, the result of filter is empty > *Solution:* > getApplications returns full queue path of apps. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org