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

internal/resolver: fix possible goroutine leak in TestSafeConfigSelector #5058

Merged
merged 1 commit into from
Dec 22, 2021

Conversation

charlesxsh
Copy link
Contributor

@charlesxsh charlesxsh commented Dec 15, 2021

If line 121 timeout happened first, there is no receiver for this channel. Thus, the goroutine created at line 116 blocks at the last send operation.

RELEASE NOTES: n/a

@easwars easwars added this to the 1.44 Release milestone Dec 15, 2021
@easwars easwars requested a review from dfawley December 15, 2021 17:07
@dfawley dfawley changed the title fix possible goroutine leak at TestSafeConfigSelector internal/resolver: fix possible goroutine leak in TestSafeConfigSelector Dec 22, 2021
@dfawley dfawley merged commit 7506755 into grpc:master Dec 22, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2022
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.

None yet

3 participants