-
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 panic when run with tidb_enable_collect_execution_info=0
in TiKV env
#48212
Comments
Seems it only affects the internal DDL tasks. Line 542 in 286e852
Whether But the panic will be catched, so it's not such serious IMO 🤔. |
@jebter can we change it to sig/execution, since this is just a coprocessor issue, and it's not related to transaction modules? |
I checked the code and it shows this bug also exists in 6.1, 6.5 and 7.1, but the fix is not necassary since turnning |
Since Line 82 in 286e852
|
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Run integration test in TiKV env many times, it will panic forever in some rounds. And we will get log like
2. What did you expect to see? (Required)
No panic
3. What did you see instead (Required)
panic forever.
4. What is your TiDB version? (Required)
master
Related log link
https://do.pingcap.net/jenkins/blue/organizations/jenkins/pingcap%2Ftidb%2Fperiodics_integration_test/detail/periodics_integration_test/171/artifacts/
Log file
integration-test.txt.zip
The text was updated successfully, but these errors were encountered: