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

xds:Fix ConcurrentModificationException in PriorityLoadBalancer (#9728) #9744

Merged
merged 1 commit into from Dec 12, 2022

Conversation

larry-safran
Copy link
Contributor

Fix ConcurrentModificationException in PriorityLoadBalancer by making copy of children values to iterate rather than directly using children in for loop.

…#9728)

Fix ConcurrentModificationException in PriorityLoadBalancer by making copy of children values to iterate rather than directly using children in for loop.
@larry-safran
Copy link
Contributor Author

@temawi ping

@larry-safran larry-safran merged commit eec9f67 into grpc:v1.51.x Dec 12, 2022
@larry-safran larry-safran deleted the backport-b259971157-1.51 branch December 20, 2022 01:19
@ejona86
Copy link
Member

ejona86 commented Jan 4, 2023

Backport of #9728

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 5, 2023
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

3 participants