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

grpc-js: Simplify round robin implementation #2412

Merged
merged 1 commit into from Apr 12, 2023

Conversation

murgatroid99
Copy link
Member

The current implementation with independent tracking of subchannel state counts is brittle because the states need to be synchronized everywhere. I think there is a possibility that deviations there could have caused a recent test failure. The change here is just to always check the subchannel directly when the state is needed.

@murgatroid99 murgatroid99 merged commit 8f329e0 into grpc:master Apr 12, 2023
6 checks passed
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.

None yet

2 participants