[
https://issues.apache.org/jira/browse/YUNIKORN-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17803966#comment-17803966
]
Kuan-Po Tseng commented on YUNIKORN-2260:
-----------------------------------------
Hope this summary can help understand how this JIRA issue was addressed, and
perhaps it can be added to the release notes. In any case, thank you for your
efforts, Wilfred !
> 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]