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

grpclb: drop only when at least one SubConn is ready #2630

Merged
merged 2 commits into from
Feb 28, 2019

Conversation

menghanl
Copy link
Contributor

@menghanl menghanl commented Feb 8, 2019

fixes #2622

@menghanl menghanl force-pushed the grpclb_drop_only_if_ready branch from 7cb2c9b to c58281c Compare February 8, 2019 19:15
@menghanl menghanl force-pushed the grpclb_drop_only_if_ready branch from c58281c to 0eaaa5e Compare February 8, 2019 19:22
@@ -898,24 +896,34 @@ func TestGRPCLBStatsStreamingDrop(t *testing.T) {
c := 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove c, it's not useful

@menghanl menghanl force-pushed the grpclb_drop_only_if_ready branch from 87f12c8 to eca4680 Compare February 27, 2019 23:08
@menghanl menghanl merged commit 9ecb611 into grpc:master Feb 28, 2019
@menghanl menghanl deleted the grpclb_drop_only_if_ready branch February 28, 2019 21:11
@menghanl menghanl added this to the 1.20 Release milestone Feb 28, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

grpclb drop only when at least one connection is ready
2 participants