Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.4.0, 3.3.1
-
None
Description
In CS UserGroupMappingPlacementRule and AppNameMappingPlacementRule classes we create new instances of QueueMappingEntity class. In some cases we simply copy the already received class, so we just duplicate it, which is unnecessary since the class is immutable.
This is just a minor improvement, probably doesn't have much impact, but still puts some unnecessary load on GC.
Attachments
Attachments
Issue Links
- is depended upon by
-
YARN-10273 [Umbrella] Followup tasks for CapacityScheduler leaf queue changes (YARN-9879)
- Open