Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Preserve container resources requested by scheduler in state manager #1396

Closed
ashvina opened this issue Sep 16, 2016 · 0 comments
Closed

Preserve container resources requested by scheduler in state manager #1396

ashvina opened this issue Sep 16, 2016 · 0 comments
Assignees
Milestone

Comments

@ashvina
Copy link
Contributor

ashvina commented Sep 16, 2016

A scheduler may request more resources than what is suggested by the packing algorithm. For e.g. the AuroraScheduler requests homogeneous containers. Currently this information is not preserved anywhere. It would be useful to retain this information. For e.g. implementations of re-packing algorithm can efficiently pack new instances if the available space is available.

I am planning to add scheduledResource to PackingPlan.ContainerPlan. A scheduler will update the packing plan in onSchedule method and replace the one in .../packingplans/ in state manager.

Required for #1292

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants