From 5497f773ec313f16b6b0153f1120398c466e763a Mon Sep 17 00:00:00 2001 From: disksing Date: Wed, 14 Jul 2021 18:05:57 +0800 Subject: [PATCH 1/2] update max-replicas description Signed-off-by: disksing --- pd-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd-configuration-file.md b/pd-configuration-file.md index ecc76c8570170..285e9867699e0 100644 --- a/pd-configuration-file.md +++ b/pd-configuration-file.md @@ -280,7 +280,7 @@ Configuration items related to replicas ### `max-replicas` -+ The number of replicas ++ The number of replicas, i.e. the sum of the number of leaders and followers. The default value `3` means 1 leader and 2 followers. When this configuration is modified online, PD will schedule the region in the background so that the number of replicas matches the configuration. + Default value: `3` ### `location-labels` From abff9d5eca8ffb52b934a0cebd69dfadb42adc22 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Fri, 16 Jul 2021 15:38:34 +0800 Subject: [PATCH 2/2] minor wording change --- pd-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd-configuration-file.md b/pd-configuration-file.md index 285e9867699e0..c3ddade22d85f 100644 --- a/pd-configuration-file.md +++ b/pd-configuration-file.md @@ -280,7 +280,7 @@ Configuration items related to replicas ### `max-replicas` -+ The number of replicas, i.e. the sum of the number of leaders and followers. The default value `3` means 1 leader and 2 followers. When this configuration is modified online, PD will schedule the region in the background so that the number of replicas matches the configuration. ++ The number of replicas, that is, the sum of the number of leaders and followers. The default value `3` means 1 leader and 2 followers. When this configuration is modified online, PD will schedule Regions in the background so that the number of replicas matches this configuration. + Default value: `3` ### `location-labels`