-
Notifications
You must be signed in to change notification settings - Fork 5.2k
load_balancer: client-wrr slow start and locality load balancing implementation #41841
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_balancer: client-wrr slow start and locality load balancing implementation #41841
Conversation
|
CC @envoyproxy/api-shepherds: Your approval is needed for changes made to |
bb7bd66 to
d3c5f1d
Compare
ed8a3a3 to
2451cc1
Compare
wbpcode
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks.
|
/retest |
...alancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.proto
Outdated
Show resolved
Hide resolved
Signed-off-by: anurag.ag <anuragagarwal561994@users.noreply.github.com>
… balancer Signed-off-by: anurag.ag <anuragagarwal561994@users.noreply.github.com>
…ide WRR load balancer Signed-off-by: anurag.ag <anuragagarwal561994@users.noreply.github.com>
Signed-off-by: anurag.ag <anuragagarwal561994@users.noreply.github.com>
20b4e45 to
d55d426
Compare
…r and update documentation accordingly Signed-off-by: anurag.ag <anuragagarwal561994@users.noreply.github.com>
d55d426 to
eb1a45d
Compare
wbpcode
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks.
|
/retest |
Commit Message: Implement slow start config & locality lb config for client-wrr load balancing policy
Additional Description:
Risk Level: Low
Testing: unit test
Docs Changes:
Release Notes:
Fixes #40091