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: round robin: re-resolve when subchannels go idle #1665

Conversation

murgatroid99
Copy link
Member

This should fix #1663. When a connected subchannel gets a GOAWAY it transitions to IDLE, and as of #1073 the same is true of other kinds of disconnects. Those are supposed to be signals to the round robin balancer that it should do name resolution again, so that's what we do here.

@mchavarriae
Copy link

Hi

Thank you for looking into this and fix it up.

Do you have an estimated date for this to be published?

@murgatroid99 murgatroid99 merged commit c328ba7 into grpc:@grpc/grpc-js@1.2.x Jan 20, 2021
@murgatroid99
Copy link
Member Author

This change is out now in version 1.2.4

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

3 participants