Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
QueueACLsManager and ReservationsACLManager should not use instanceof checks for the scheduler type.
Rather, we should abstract this into two classes: Capacity and Fair variants of these ACL classes.
QueueACLsManager and ReservationsACLManager could be abstract classes, but the implementation is the decision of one who will work on this jira.