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

Load balance child wakeup #141

Merged
merged 2 commits into from
May 16, 2020
Merged

Load balance child wakeup #141

merged 2 commits into from
May 16, 2020

Conversation

mratsim
Copy link
Owner

@mratsim mratsim commented May 16, 2020

This PR does:

  • ensure that Weave compiles without Backoff after Weave as a background service #136
  • A parent will give half its tasks when waking up its children, whatever they requested.
    This solves load balancing on backed off child wake-up. #90 by diffusing tasks much faster to the leaves.
    Impact is 10% overhead reduction on fibonacci:
    image (~350 ms instead of ~385 ms)
  • This should significantly help when Weave is used as a background service as well.

@mratsim mratsim merged commit 48764f5 into master May 16, 2020
@mratsim mratsim deleted the load-balance-child-wakeup branch May 17, 2020 23:23
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