Chia-Ping Tsai created YUNIKORN-2260:
----------------------------------------
Summary: 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: Chia-Ping Tsai
*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]