A68 random subsetting (part 1)#12377
Merged
ejona86 merged 24 commits intogrpc:masterfrom Nov 5, 2025
Merged
Conversation
9178308 to
aefee00
Compare
aefee00 to
1870e6f
Compare
ejona86
reviewed
Oct 2, 2025
This reverts commit 8d349df.
Contributor
Author
|
@ejona86 - PR updated |
Member
ejona86
reviewed
Oct 6, 2025
Member
ejona86
left a comment
There was a problem hiding this comment.
Sending what I have. I expect I'll have a few more comments, but I suspect nothing that impacts the changes for these comments.
Contributor
Author
|
@ejona86 - PR updated. |
ejona86
reviewed
Oct 7, 2025
Member
ejona86
left a comment
There was a problem hiding this comment.
I need to stare at BackendDetails a bit to see what's going on there with the Answer, but sending what I have.
Contributor
Author
|
@ejona86 - pushed changes. However, I do have two questions, which I have posted as answers to your comments. |
ejona86
reviewed
Oct 30, 2025
Member
ejona86
left a comment
There was a problem hiding this comment.
This looks good to me. I just need to figure out that one string, of whether it will be marked experimental initially.
Member
|
/gcbrun |
ejona86
approved these changes
Nov 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
implementing gRFC A65 grpc/proposal/pull/423
This change contains:
Relocation ofUsage ofXxHash64library, so it can be shared betweenutilandxdsprojects. Proposed source directory is:third-party/zero-allocation-hashing.murmur3_128hashing algorithm from Guava library.RandomSubsettingLoadBalancerandRandomSubsettingLoadBalancerProviderclasses and integration into theutilproject.Implementation of xDS conversion function forSince envoy extensions does not supportrandom_subsettingLB policy and as well new envoy proto message.random_subsettingLB policy yet, xDS related changes will be introduced later. Envoy PR here.