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

Fix deviation may not align with settings during runtime and Add CPU load balancer #34

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pin-chen
Copy link

Fix the issue of continuous VM migrations occurring.

  • Deviation is halved during reading: Adjust the code so that deviation is not halved before use.
  • Removal of the logic that lowers deviation after 10 consecutive migrations without movement, as deviation is randomly divided by 2, 4, 8 during the process, causing unexpected migration patterns.

Add CPU load balancer.

  • Node switching does not occur automatically when there is CPU imbalance, leading to inefficiency issues.

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

Successfully merging this pull request may close these issues.

1 participant