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

WIP: lb: PeakEWMA load balancer #32942

Closed
wants to merge 1 commit into from
Closed

Conversation

jizhuozhi
Copy link

@jizhuozhi jizhuozhi commented Mar 16, 2024

Commit Message: PeakEWMA load balancer
Additional Description:
An improved PeakEWMA load balancer implementation, using P2C(Power of 2 Choices) with weighted active request and error rate fixed latency. The score of a host can be expressed by the following formula (the lower, the better)

$$ Score = \frac{active\_req + 1}{weight} * \frac{decay\_rtt}{1 - \frac{decay\_err}{decay\_total + 1}} $$

Risk Level: Medium
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
#20907
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]

Copy link

Hi @jizhuozhi, welcome and thank you for your contribution.

We will try to review your Pull Request as quickly as possible.

In the meantime, please take a look at the contribution guidelines if you have not done so already.

🐱

Caused by: #32942 was opened by jizhuozhi.

see: more, trace.

Signed-off-by: jizhuozhi <jizhuozhi.george@gmail.com>
@htuch
Copy link
Member

htuch commented Mar 18, 2024

@tonya11en assigning your way for review as SME.

@tonya11en
Copy link
Member

I'll happily take a look once it's ready for review.

/wait

Copy link

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions bot added the stale stalebot believes this issue/PR has not been touched recently label Apr 18, 2024
Copy link

This pull request has been automatically closed because it has not had activity in the last 37 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions bot closed this Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale stalebot believes this issue/PR has not been touched recently waiting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants