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.   ----- ### **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.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
