bgoerlitz opened a new pull request, #6148: URL: https://github.com/apache/hadoop/pull/6148
Prevents auto-creation of a leaf queue with an empty string as the shortname in CapacityScheduler, which caused FATAL exception in RM. ### Description of PR Auto-creation of a leaf queue does not check that the leaf queue's shortname is non-empty. This PR adds checks in both legacy and AQCv2 paths to catch this scenario and safely throw an exception. ### How was this patch tested? Two new unit tests added. -- 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]
