-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Detected goroutine leak when updating gRPC dep #6413
Comments
Could you please give us more information about what you are trying to do and how to reproduce this leak. |
Here is an example of one of the tests that is triggering the leak check. It appears like just about all of the tests in this file are failing though with this dependency update. If you click through to the linked issue I believe our GH action logs are public. |
I believe the same logic reason described here applies to this goroutine. The leaked goroutine that you are seeing is from a component called If the |
Sounds good, will add a skip for this. Just wanted to verify this was WAI since this was a behavior change between versions. |
Yes, we added the callback serializer to the name resolver and load balancer wrappers within gRPC recently. |
I see a leak in an upgrade deps PR in our project: googleapis/gapic-generator-go#1362
Originally posted by @codyoss in #6294 (comment)
The text was updated successfully, but these errors were encountered: