Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: xixirangrang <[email protected]>
  • Loading branch information
2 people authored and ti-chi-bot committed May 9, 2024
1 parent 3ac503b commit 487db71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daily-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 487db71

Please sign in to comment.