Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
partitions: - name: default queues: - name: root parent: true submitacl: "*" maxapplications: 2 queues: - name: parent
The above config can produce following error message.
"parent maxApplications must be larger than child maxApplications".
It seems to me the error message does not cover the root cause (maxapplications is zero).
https://github.com/apache/yunikorn-core/blob/master/pkg/common/configs/configvalidator.go#L207
Attachments
Issue Links
- is related to
-
YUNIKORN-2258 align the behavior of undefined maxapplications with resources
- Open
- links to