You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
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.
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
toPackingPlan.ContainerPlan
. A scheduler will update the packing plan inonSchedule
method and replace the one in.../packingplans/
in state manager.Required for #1292
The text was updated successfully, but these errors were encountered: