[
https://issues.apache.org/jira/browse/YUNIKORN-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17803964#comment-17803964
]
Kuan-Po Tseng commented on YUNIKORN-2260:
-----------------------------------------
A summary for this JIRA:
Implement partition limit that functions equivalently to the root queue limit.
If both the root queue limit and the partition limit exist and are not equal,
an error will be returned.
> 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, release-notes
> Fix For: 1.5.0
>
>
>
> *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: [email protected]
For additional commands, e-mail: [email protected]