[ 
https://issues.apache.org/jira/browse/YUNIKORN-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated YUNIKORN-2260:
-------------------------------------
    Labels: pull-request-available  (was: )

> Partition limit is NOT equivalent with the root limit
> -----------------------------------------------------
>
>                 Key: YUNIKORN-2260
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-2260
>             Project: Apache YuniKorn
>          Issue Type: Bug
>            Reporter: Chia-Ping Tsai
>            Assignee: Kuan-Po Tseng
>            Priority: Major
>              Labels: pull-request-available
>
>  
> *partition limit*
> {code:java}
>     partitions:
>       - name: default
>         limits:
>           - limit: user entry
>             users:
>               - user1
>             groups:
>               - developers
>               - devops
>             maxapplications: 20
>         queues:
>           - name: root
>             submitacl: '*'      {code}
>  
> *root limit*
>  
> {code:java}
>     partitions:
>       - name: default
>         queues:
>           - name: root
>             submitacl: '*'
>             limits:
>               - limit: user entry
>                 users:
>                   - user1
>                 groups:
>                   - developers
>                   - devops
>                 maxapplications: 20 {code}
>  
> 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]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: issues-h...@yunikorn.apache.org

Reply via email to