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)
   
   


-- 
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]

Reply via email to