-
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 ERROR: unexpected resolve err: retryable:\"Txn(Mvcc(TxnLockNotFound... #26404
Comments
The error log in this test scenario is triggered by the following conditions.
As in the logs, we could see many logs
That means some of the left pessimistic locks are committed first but some of them are pessimistically rolled back first. It's needed to improve the logs, only print |
Fixed by tikv/tikv#10652. |
Please edit this comment or add a new comment to complete the following informationNot a bug
Duplicate bug
BugNote: Make Sure that 'component', and 'severity' labels are added 1. Root Cause Analysis (RCA) (optional)2. Symptom (optional)3. All Trigger Conditions (optional)4. Workaround (optional)5. Affected versions6. Fixed versions |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
No any error.
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
Release Version: v4.0.14
Edition: Community
Git Commit Hash: a3baab4
Git Branch: heads/refs/tags/v4.0.14
UTC Build Time: 2021-07-15 06:54:45
GoVersion: go1.13
Race Enabled: false
TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306
Check Table Before Drop: false |
The text was updated successfully, but these errors were encountered: