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

Commits on Sep 30, 2024

  1. util: Store only a list of children in MultiChildLB

    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 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0e4888d View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    ejona86 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1f97b50 View commit details
    Browse the repository at this point in the history