This repository has been archived by the owner on Aug 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Check agent behavior with goleak #222
Comments
Identified some goroutines:
Apart from identifying the goroutines and document it, probably we'd need to think if it is possible to avoid those goroutines, cause some customers are worried about missing legitimate goroutines leaks if they ignore all these. |
Mmm, probably the first one could be avoided with the wrapper. The second one its the one created to wait for the SIGTERM signal in order to clear the buffer. Maybe could be avoided too using the wrapper, because we can remove the buffer. I wonder if the third one is related to the first one I don’t know. |
The 3rd one I think is related to the http2Transport.newClientConn
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have to check the agent goroutines lifecycle with goleak, and document the results
The text was updated successfully, but these errors were encountered: