Skip to content

Commit

Permalink
Update tidb-troubleshooting-map.md
Browse files Browse the repository at this point in the history
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
qiancai and TomShawn committed Oct 8, 2022
1 parent bf4db1c commit 570b23e
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 @@ -601,7 +601,7 @@ Check the specific cause for busy by viewing the monitor **Grafana** -> **TiKV**

- 7.2.3 `TxnLockNotFound`.

This transaction commit is too slow, causing that it is rolled back by other transactions after Time To Live (TTL). This transaction will automatically retry, so the business is usually not affected. For a small transaction within 0.25 MB, the default TTL is 3 seconds.
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 570b23e

Please sign in to comment.