Uploaded image for project: 'Apache YuniKorn'
  1. Apache YuniKorn
  2. YUNIKORN-1544 [Umbrella] User and group quota enforcement - Phase 2
  3. YUNIKORN-2119

Add check for parent queue user/group limit lower than child queue

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              yangpoan PoAn Yang
              yangpoan PoAn Yang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: