Resolve lock may hang for a long time after clock skew #44822
Labels
affects-6.1
affects-6.5
affects-7.1
may-affects-5.1
This bug maybe affects 5.1.x versions.
may-affects-5.2
This bug maybe affects 5.2.x versions.
may-affects-5.3
This bug maybe affects 5.3.x versions.
may-affects-5.4
This bug maybe affects 5.4.x versions.
severity/major
sig/transaction
SIG:Transaction
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
The final query (
select * from t where k = 2
) should be timed out after 40s (the default timeout of the backoff).3. What did you see instead (Required)
and tidb kept writing annoying
getTxnStatusFromLock backoff fail
logs after the backoff timed out.4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: