Skip to content

Commit

Permalink
tidb-troubleshooting-map: fix a spelling mistake (#20182)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Feb 7, 2025
1 parent 018e6c8 commit 44db052
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 @@ -291,7 +291,7 @@ Check the specific cause for busy by viewing the monitor **Grafana** -> **TiKV**

### 4.5 TiKV write is slow

- 4.5.1 Check whether the TiKV write is low by viewing the `prewrite/commit/raw-put` duration of TiKV gRPC (only for RawKV clusters). Generally, you can locate the slow phase according to the [performance-map](https://github.com/pingcap/tidb-map/blob/master/maps/performance-map.png). Some common situations are listed as follows.
- 4.5.1 Check whether the TiKV write is slow by viewing the `prewrite/commit/raw-put` duration of TiKV gRPC (only for RawKV clusters). Generally, you can locate the slow phase according to the [performance-map](https://github.com/pingcap/tidb-map/blob/master/maps/performance-map.png). Some common situations are listed as follows.

- 4.5.2 The scheduler CPU is busy (only for transaction kv).

Expand Down

0 comments on commit 44db052

Please sign in to comment.