From 487db717b38be21f7a5ee60436183ee7da27e43a Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Thu, 9 May 2024 17:01:29 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: xixirangrang --- daily-check.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily-check.md b/daily-check.md index 4b9cfa127b9d5..956d02a08ccb4 100644 --- a/daily-check.md +++ b/daily-check.md @@ -40,7 +40,7 @@ You can locate the slow SQL statement executed in the cluster. Then you can opti + `down-peer-region-count`: The number of Regions with an unresponsive peer reported by the Raft leader. + `empty-region-count`: The number of empty Regions, with a size of smaller than 1 MiB. These Regions are generated by executing the `TRUNCATE TABLE`/`DROP TABLE` statement. If this number is large, you can consider enabling `Region Merge` to merge Regions across tables. + `extra-peer-region-count`: The number of Regions with extra replicas. These Regions are generated during the scheduling process. -+ `learner-peer-region-count`: The number of Regions with the learner peer. The sources of learner peers can be various, for example, the learner peers in TiFlash, or the configured Placement Rules include learner peers. ++ `learner-peer-region-count`: The number of Regions with the learner peer. The sources of learner peers can be various, for example, the learner peers in TiFlash, and the learner peers included in the configured Placement Rules. + `miss-peer-region-count`: The number of Regions without enough replicas. This value is not always greater than `0`. + `offline-peer-region-count`: The number of Regions during the peer offline process. + `oversized-region-count`: The number of Regions with a size larger than `region-max-size` or `region-max-keys`.