From 7b2344867ec068b1972b7a09412002c9636c9695 Mon Sep 17 00:00:00 2001 From: en-jin19 Date: Mon, 23 Aug 2021 15:47:25 +0200 Subject: [PATCH 1/2] alert rules: remove some descriptions --- alert-rules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alert-rules.md b/alert-rules.md index 0b423464c3843..b70c1afda0240 100644 --- a/alert-rules.md +++ b/alert-rules.md @@ -217,7 +217,7 @@ This section gives the alert rules for the PD component. * Description: - etcd writes data to disk at a lower speed than normal. It might lead to PD leader timeout or failure to store TSO on disk in time, which will shut down the service of the entire cluster. + If the latency of fsync operation exceeds 1 second, it indicates that etcd writes data to disk at a lower speed than normal. It might lead to PD leader timeout or failure to store TSO on disk in time, which will shut down the service of the entire cluster. * Solution: @@ -233,7 +233,7 @@ This section gives the alert rules for the PD component. * Description: - The number of Region replicas is smaller than the value of `max-replicas`. When a TiKV machine is down and its downtime exceeds `max-down-time`, it usually leads to missing replicas for some Regions during a period of time. When a TiKV node is made offline, it might result in a small number of Regions with missing replicas. + The number of Region replicas is smaller than the value of `max-replicas`. When a TiKV machine is down and its downtime exceeds `max-down-time`, it usually leads to missing replicas for some Regions during a period of time. * Solution: From 0a19a5692bbeb198de185ecafa89dcf56d169000 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Thu, 26 Aug 2021 15:25:59 +0800 Subject: [PATCH 2/2] Update alert-rules.md --- alert-rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alert-rules.md b/alert-rules.md index b70c1afda0240..3af40be4bdb0b 100644 --- a/alert-rules.md +++ b/alert-rules.md @@ -217,7 +217,7 @@ This section gives the alert rules for the PD component. * Description: - If the latency of fsync operation exceeds 1 second, it indicates that etcd writes data to disk at a lower speed than normal. It might lead to PD leader timeout or failure to store TSO on disk in time, which will shut down the service of the entire cluster. + If the latency of the fsync operation exceeds 1 second, it indicates that etcd writes data to disk at a lower speed than normal. It might lead to PD leader timeout or failure to store TSO on disk in time, which will shut down the service of the entire cluster. * Solution: