[ https://issues.apache.org/jira/browse/YUNIKORN-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chia-Ping Tsai resolved YUNIKORN-2260. -------------------------------------- Fix Version/s: 1.5.0 Resolution: Fixed > 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 > 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: dev-unsubscr...@yunikorn.apache.org For additional commands, e-mail: dev-h...@yunikorn.apache.org