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

util: Store only a list of children in MultiChildLB #11578

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

ejona86
Copy link
Member

@ejona86 ejona86 commented Sep 30, 2024

A map of children is still needed, but is created temporarily on update. The order of children is currently preseved, but we could use regular HashMaps if that is not useful.

A map of children is still needed, but is created temporarily on update.
The order of children is currently preseved, but we could use regular
HashMaps if that is not useful.
@ejona86 ejona86 merged commit 9ab35a7 into grpc:master Oct 2, 2024
14 of 15 checks passed
@ejona86 ejona86 deleted the multichildlb-list branch October 2, 2024 18:04
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.

2 participants