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

Outlier detection load balancer (1.49.x backport) #9471

Merged
merged 1 commit into from Aug 22, 2022

Conversation

temawi
Copy link
Contributor

@temawi temawi commented Aug 22, 2022

Backport of #9447

Implements a new load balancer that tracks all RPC results to the addresses it is configured with and periodically attempts to detect outlier. It wraps a child load balancer that it hides any addresses that are deemed outliers.

Implementation follows the specification in gRFC A50: gRPC xDS Outlier Detection Support

New outlier detection load balancer.

Tracks all RPC results to the addresses it is configured with and periodically attempts
to detect outlier. It wraps a child load balancer from which it hides any addresses that
are deemed outliers.

As specified in gRFC A50: gRPC xDS Outlier Detection Support:
https://github.com/grpc/proposal/blob/master/A50-xds-outlier-detection.md
@temawi temawi requested a review from ejona86 August 22, 2022 18:59
@temawi temawi merged commit c7307ec into grpc:v1.49.x Aug 22, 2022
@temawi temawi deleted the backport-outlier-detection-1.49 branch August 22, 2022 19:56
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants