wilfred-s opened a new pull request, #933: URL: https://github.com/apache/yunikorn-core/pull/933
### What is this PR for? Queue quota checks should not fail if the resource types requested by an allocation are all below the maximum. Resource types that are not part of the allocation to be added might be over their maximum. This handles three cases: * node restarts with custom resources that need registering, like GPUs, no longer prevent allocations not requesting that resource from being scheduled. * queue quota configuration changes that lower a quota to below its usage for a resource type do not block allocations that do not request that type from being scheduled. * best effort pods, no memory or cpu request, can still be scheduled even if a queue is over its memory and cpu quota. ### What type of PR is it? * [X] - Bug Fix ### What is the Jira issue? * [YUNIKORN-2790](https://issues.apache.org/jira/browse/YUNIKORN-2790) ### How should this be tested? Unit tests are added -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
