-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Global scheduler #30
Labels
enhancement
New feature or request
Comments
dcvan24
added a commit
that referenced
this issue
Jun 12, 2018
dcvan24
added a commit
that referenced
this issue
Jun 12, 2018
dcvan24
added a commit
that referenced
this issue
Jun 13, 2018
Now the global scheduler framework is working, although it runs no scheduling algorithm at all at this moment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The scheduler in PIVOT now performs per-appliance scheduling, which maximizes utility for every single appliance. This is more like a greedy approach and could contradict with the global objective, causing suboptimal resource allocation and harming per-appliance scheduling in long term.
Hence, it calls for a global scheduler that optimizes resource allocation globally to balance between per-appliance and global objectives. Specifically, it is expected that the global scheduler is able to migrate containers as appliances/containers are created and terminated.
The text was updated successfully, but these errors were encountered: