Skip to content

Commit d453b37

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs master
1 parent a4530c1 commit d453b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

markdown-pages/en/tidb/master/alert-rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,8 @@ This section gives the alert rules for the TiKV component.
606606

607607
* Solution:
608608

609-
1. View the scheduler command duration in the Scheduler-All monitor and see which command is most time-consuming;
610-
2. View the scheduler scan details in the Scheduler-All monitor and see whether `total` and `process` match. If they differ a lot, there are many invalid scans. You can also see whether there is `over seek bound`. If there is too much, it indicates GC does not work in time;
609+
1. Identify the most time-consuming command by viewing the scheduler command duration in the `Scheduler` and `Scheduler-${cmd}` (`${cmd}` is the write command to query) monitors;
610+
2. Check the `total` and `process` values in the scheduler scan details of the `Scheduler` and `Scheduler-${cmd}` monitors and see whether `total` and `process` match.
611611
3. View the storage async snapshot/write duration in the Storage monitor and see whether the Raft operation is performed in time.
612612

613613
#### `TiKV_thread_apply_worker_cpu_seconds`

0 commit comments

Comments
 (0)