-
Notifications
You must be signed in to change notification settings - Fork 276
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
[Bug]: Routine leaks after long runs #12731
Comments
正在定位和处理中。 |
@gavinyue 麻烦gavinyue修复一下大量的sql goroutine泄漏的问题。。具体原因已经告知了gavinyue了。 |
这个PR 给connection加了timeout, 应该解决了db connection泄露的问题 |
此处的goroutine 有明显的泄露。(感谢 @daviszhen 指出问题) goroutine-full.txt 有数千个以下的goroutine
|
Working on it |
已经是全局管理了。 |
@nnsgmsone please take a look and close. |
Is there an existing issue for the same bug?
Environment
Actual Behavior
在稳定性测试的机器上运行mo时间超过一天后,goroutine的数目会从几百飙升到几千,这些goroutine会附带的导致大量的资源泄露。目前这是在cache重构后的分支上,长时间运行遇到的一个比较严重的阻碍长时间运行的一个问题。
Expected Behavior
No response
Steps to Reproduce
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: