-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
tidb log print "connection running loop panic [err="Trying to start aggressive locking while it's already started"] " when run tpcc and import into #53540
Comments
/assign MyonKeminta |
The panic follows an oom kill, which causes such a panic:
It breaks a |
The root cause is that:
My thought is:
Being unable to make decision about how to solve the problem completely after some discussion, I decide to first give a quick fix to this issue itself. Considering that in client-go:
So the quick fix is simply unsetting If this is approved and merged, maybe this issue can be closed and another issue should be filed to track further improvements. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
1、run tpcc and import into
tidb.tar.gz
2. What did you expect to see? (Required)
no panic
3. What did you see instead (Required)
tidb log print “connection running loop panic
4. What is your TiDB version? (Required)
./tidb-server -V
Release Version: v8.2.0-alpha
Edition: Community
Git Commit Hash: 3485857
Git Branch: heads/refs/tags/v8.2.0-alpha
UTC Build Time: 2024-05-23 11:45:56
GoVersion: go1.21.10
Race Enabled: false
The text was updated successfully, but these errors were encountered: