Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.4.0
-
Reviewed
Description
The property isAbsoluteResource was added in YARN-10237 to the scheduler response, it uses pattern matching on the capacity configuration value, but for dynamically created queues (using legacy AQC) the capacity configuration is not available like that.
The AbstractCSQueue.getCapacityConfigType() can be used to determine whether it is absolute resource or not.
The isAbsoluteResource property was not added to the root queue, that should be fixed for consistency too. E.g.: the mode property is added for the root and for other queues too.