Hean-Chhinling opened a new pull request, #8674: URL: https://github.com/apache/hadoop/pull/8674
### Description of PR Utilise leaf-template capacity for displaying the capacity of auto created queue. There are two different type of leaf-template capacity configurations: 1. In Weight mode -> Flexible Mode ``` <property> <name>yarn.scheduler.capacity.root.default.auto-queue-creation-v2.leaf-template.capacity</name> <value>3w</value> </property> ``` 2. In relative and absolute mode -> Legacy mode ``` <property> <name>yarn.scheduler.capacity.root.default.leaf-queue-template.capacity</name> <value>100</value> </property> ``` Therefore, the PR handle both of this cases and taking the capacity to the auto created child queue. ### How was this patch tested? Tested locally and works as expected. Please refer to the screenshot below: <img width="2007" height="1341" alt="Screenshot 2026-08-12 at 10 02 26" src="https://github.com/user-attachments/assets/7a9b9549-0ee9-47c3-9bcf-2890df82ab67" /> ### For code changes: - [ ] Does the title of this PR start with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')? - [ ] Object storage: Have the integration tests been executed and the endpoint declared according to the connector-specific documentation? *Note: Automated CI testing doesn't cover all cases so manual testing with cloud storage is still required.* - [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)? - [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, `NOTICE-binary` files? ### AI Tooling If an AI tool was used: - [ X] The PR includes the phrase "Contains content generated by <tool>" where <tool> is the name of the AI tool used. - [ X] My use of AI contributions follows the ASF legal policy https://www.apache.org/legal/generative-tooling.html -- 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]
