Skip to content
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

Open
dcvan24 opened this issue May 18, 2018 · 1 comment
Open

Global scheduler #30

dcvan24 opened this issue May 18, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@dcvan24
Copy link
Collaborator

dcvan24 commented May 18, 2018

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.

@dcvan24 dcvan24 added the enhancement New feature or request label May 18, 2018
@dcvan24 dcvan24 self-assigned this May 18, 2018
@dcvan24 dcvan24 added the network-aware Related to network-aware scheduling label Jun 12, 2018
@dcvan24 dcvan24 changed the title Global scheduler Network-Aware global scheduler Jun 12, 2018
@dcvan24 dcvan24 removed the network-aware Related to network-aware scheduling label Jun 12, 2018
@dcvan24 dcvan24 changed the title Network-Aware global scheduler Global scheduler Jun 12, 2018
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
dcvan24 added a commit that referenced this issue Jun 13, 2018
@dcvan24
Copy link
Collaborator Author

dcvan24 commented Jun 14, 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
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant