pingcap/tidb

Add SQL diagnosis rule: threshold check for tikv_append_log_duration

Open

#17,941 建立於 2020年6月11日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Go (6,186 fork)batch import
good first issuehelp wantedtype/enhancement

倉庫指標

Star
 (40,090 star)
PR 合併指標
 (平均合併 14天 4小時) (30 天內合併 346 個 PR)

描述

Development Task

When Raft append log duration, P99 Value > 500ms, then append an warning in INSPECTION_RESULT table, this may be caused by:

  • write disk too slow, check the disk latency.
  • It may trigger the RocksDB Write Stall.

Refer

  • You can query the tikv_append_log_duration table to get metrics_schema.tikv_append_log_duration value. Here is the related doc.
  • You can refer the thresholdCheckInspection implementation in TiDB.

If you have any questions or want to discuss something, you can chat in the sig-dashboard slack channel and @ chenshuang.

貢獻者指南