ashutoshsingh85 opened a new pull request #344: URL: https://github.com/apache/incubator-yunikorn-core/pull/344
### What is this PR for? When a node resource is over-allocated `calculateNodesResourceUsage` crashes as it does not expect any resource to be over-allocated. If a node is over-allocated because of any reason, it should be handled gracefully. So this PR is updating `calculateNodesResourceUsage` so that it considers an over-allocated node as 100% used. ### What type of PR is it? * [x] - Bug Fix * [ ] - Improvement * [ ] - Feature * [ ] - Documentation * [ ] - Hot Fix * [ ] - Refactoring ### What is the Jira issue? https://issues.apache.org/jira/browse/YUNIKORN-963 ### How should this be tested? Added UT -- 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]
