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

Goroutine leakage happening in create_service_instance,create_service_key,update_service_instance,delete_service_instance. #257

Closed
rajendragosavi opened this issue May 28, 2020 · 1 comment

Comments

@rajendragosavi
Copy link
Contributor

I see there is goroutine leakage. I was performing some operations like create service instance,create service key ,udpate service key , delete service key,delete service instance.
I observe following when I did some goroutine profiling -
**goroutine profile: total 8
2 @ 0x1032760 0x10420bb 0x1308069 0x105fc71

0x1308068 net/http.(*persistConn).readLoop+0x998 /usr/local/go/src/net/http/transport.go:2032

2 @ 0x1032760 0x10420bb 0x1309343 0x105fc71

0x1309342 net/http.(persistConn).writeLoop+0x122 /usr/local/go/src/net/http/transport.go:2210*

This readLoop and writeLoop goroutines are pilling up.

@zmb3
Copy link
Contributor

zmb3 commented Oct 30, 2020

Should be resolved via #256

@zmb3 zmb3 closed this as completed Oct 30, 2020
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

No branches or pull requests

2 participants