[ https://issues.apache.org/jira/browse/YARN-11486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17748863#comment-17748863 ]
ASF GitHub Bot commented on YARN-11486: --------------------------------------- hellosrc opened a new pull request, #5906: URL: https://github.com/apache/hadoop/pull/5906 **detail**: https://issues.apache.org/jira/browse/YARN-11486 ### **Describe**: When a leaf queue(or subqueue) is clicked on the CapacityScheduler page, the application task information is not displayed. Besides, the FairScheduler page is normal. ![image](https://github.com/apache/hadoop/assets/65019264/2e36d932-582f-4b4c-945d-ceb121f02153) ![image](https://github.com/apache/hadoop/assets/65019264/47f05578-daba-459a-aef0-448e234dd420) ----- ### **Resolve**: The $('#apps').dataTable().fnFilter used in the CapacitySchedulerPage is filtering based on the column with index value 4 (indexing starts from 0). However, in reality, the "Queue" column is located at index 5, causing the issue where clicking on a yarn sub-queue does not display its running jobs. Thanks to my team, especially Mr. Wang, for providing me with many hints and help. ![image](https://github.com/apache/hadoop/assets/65019264/335d9fb7-2ba3-4ba2-94ea-934667d8b5d2) > The CapacityScheduler page displays an exception: The leaf queue name does > not list the jobs it contains when clicked > --------------------------------------------------------------------------------------------------------------------- > > Key: YARN-11486 > URL: https://issues.apache.org/jira/browse/YARN-11486 > Project: Hadoop YARN > Issue Type: Bug > Components: webapp > Affects Versions: 3.3.5, 3.3.4 > Reporter: hellosrc > Priority: Major > Fix For: 3.3.4 > > Attachments: > YARN-11486__Bugfix_for_the_CapacityScheduler_webpage__When_clicked,_the_leaf_queue_name_do.patch, > image-2023-04-29-23-02-59-633.png, image-2023-04-29-23-04-45-164.png, > image-2023-07-30-09-12-08-299.png > > > When a leaf queue(or subqueue) is clicked on the CapacityScheduler page, the > application task information is not displayed. Besides, the FairScheduler > page is normal. > > !image-2023-04-29-23-02-59-633.png|width=544,height=169! > !image-2023-04-29-23-04-45-164.png|width=542,height=161! -- 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