-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
http connection leak #30571
Comments
A hotfix for 5.1.1 is #30570 We need to check the 5.1 5.2 5.3 branch and fix all of them |
This is the most important change, it visits "/pd/api/v1/config" One possible case call stack could be from telemetry, and the rate is 1min/op
Other possible way to trigger it is visit the
The call stack is
|
@tiancaiamao Can we close this issue because of #30462 and #28756? Usually when an issue is fixed in master branch, we can close it and treat it as backlog for backporting for release branch. |
OK, now I've verified the following actions:
|
I think we can close this one after the cherry-picks are merged, or if you're worried about the increase of DI, maybe we can close it now and make the following fixes asynchronous. @bb7133 |
Please check whether the issue should be labeled with 'affects-x.y' or 'fixes-x.y.z', and then remove 'needs-more-info' label. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
In the master branch we have the lint check for http close #28755
In 5.1 5.2 it's not added...
and some user meet the connection leak issues like https://asktug.com/t/topic/183219/16
2. What did you expect to see? (Required)
3. What did you see instead (Required)
Some error detected, for example in 5.1.1
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: