Uploaded image for project: 'Apache YuniKorn'
  1. Apache YuniKorn
  2. YUNIKORN-2260

Partition limit is NOT equivalent with the root limit

    XMLWordPrintableJSON

Details

    Description

       

      partition limit

          partitions:
            - name: default
              limits:
                - limit: user entry
                  users:
                    - user1
                  groups:
                    - developers
                    - devops
                  maxapplications: 20
              queues:
                - name: root
                  submitacl: '*'      

       

      root limit

       

          partitions:
            - name: default
              queues:
                - name: root
                  submitacl: '*'
                  limits:
                    - limit: user entry
                      users:
                        - user1
                      groups:
                        - developers
                        - devops
                      maxapplications: 20 

       

      the docs say "A root queue limit is thus also equivalent with the partition limit.", but partition limit does not work. For example, the groups are not loaded. It can be validated by GROUP API

      https://yunikorn.apache.org/docs/user_guide/queue_config#limits

      Attachments

        Issue Links

          Activity

            People

              brandboat Kuan Po Tseng
              chia7712 Chia-Ping Tsai
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: