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

net/http.(*persistConn).writeLoop goroutine leak in br #52595

Closed
RidRisR opened this issue Apr 14, 2024 · 0 comments · Fixed by #52594
Closed

net/http.(*persistConn).writeLoop goroutine leak in br #52595

RidRisR opened this issue Apr 14, 2024 · 0 comments · Fixed by #52594
Labels
component/br This issue is related to BR of TiDB. severity/major type/bug This issue is a bug.

Comments

@RidRisR
Copy link
Contributor

RidRisR commented Apr 14, 2024

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

Run integration tests while enable goleak test

2. What did you expect to see? (Required)

No goroutine leak

3. What did you see instead (Required)

 Goroutine 708 in state select, with net/http.(*persistConn).writeLoop on top of the stack:
net/http.(*persistConn).writeLoop(0xc0020ff8c0)
        /usr/local/go/src/net/http/transport.go:2421 +0xe5
created by net/http.(*Transport).dialConn in goroutine 703
        /usr/local/go/src/net/http/transport.go:1777 +0x16f1

4. What is your TiDB version? (Required)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/br This issue is related to BR of TiDB. severity/major type/bug This issue is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants