You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The left pessimistic locks are not cleaned up using 1pc protocol to commit, blocking other concurrent transactions on these keys.
The ttlManager is not closed, if the max ts caculation error is reported using async commit or 1pc, thus the left pessimistic locks could not be resolved by the ddl backfill worker.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
stmtflow play ddl/add_column/addcolumn_createindex_complex.t.sql --dsn 'root:@tcp(...)/test'
The stmtflow tool is located at here and the test suite can be found here.
2. What did you expect to see? (Required)
No error reported.
3. What did you see instead (Required)
One of DDL got stuck and the test finally timed out.
4. What is your TiDB version? (Required)
master (cad8e15)
The text was updated successfully, but these errors were encountered: