nicknezis opened a new pull request #3664: URL: https://github.com/apache/incubator-heron/pull/3664
The previous Heron Kubernetes Scheduler calculated a homogenous PackingPlan and used the resulting `ScheduledResource` which had the "max" cpu and memory. The `RequiredResource` was never used. This Pull Request updates the logic in the Heron Kubernetes Scheduler to use both sets of `Resource` objects. The `RequiredResource` will be used as the `V1ResourceRequirements` `Request` and the `ScheduledResource` will continue to be set as the `V1ResourceRequirements` `Limit`. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
