Skip to content

Commit

Permalink
clarify the meaning of small transaction for TTL (#9864) (#10663)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Oct 8, 2022
1 parent 0456adb commit be909ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb-troubleshooting-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ Check the specific cause for busy by viewing the monitor **Grafana** -> **TiKV**

- 7.2.3 `TxnLockNotFound`.

This transaction commit is too slow, which is rolled back by other transactions after TTL (3 seconds for a small transaction by default). This transaction will automatically retry, so the business is usually not affected.
This transaction commit is too slow, causing it to be rolled back by other transactions after Time To Live (TTL). This transaction will automatically retry, so the business is usually not affected. For a transaction with a size of 0.25 MB or smaller, the default TTL is 3 seconds.

- 7.2.4 `PessimisticLockNotFound`.

Expand Down

0 comments on commit be909ab

Please sign in to comment.