Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
After calculating headroom for wildcard cases is merged, we need to an edge case about wildcard limit:
If a non-wildcard limit is not defined in parent queue, but it's defined in child queue, we need to check whether it's large than wildcard limit in parent queue.
For example:
root (user wildcard max memory 100MB) -> parent (user1 max memory 50MB) (✅)
root (user wildcard max memory 100MB) -> parent (user1 max memory 150MB) (❌)
root (user wildcard max memory 100MB) -> parent (user1 max memory 50MB) -> child (user2 max memory 150MB) (❌)
Attachments
Issue Links
- links to