From 3baf6fed179433d67d96fc11688ccf9f9d09d787 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Fri, 27 Sep 2024 11:50:17 +0800 Subject: [PATCH] Add a notice for pd configuration (#12674) (#18722) --- pd-configuration-file.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pd-configuration-file.md b/pd-configuration-file.md index 545662b16bd1..52a597171891 100644 --- a/pd-configuration-file.md +++ b/pd-configuration-file.md @@ -209,6 +209,13 @@ pd-server 相关配置项。 调度相关的配置项。 +> **注意:** +> +> 要修改与调度相关的 PD 配置项,请根据集群的情况选择以下方法之一: +> +> - 对于新部署集群,你可以直接在 PD 配置文件中进行修改。 +> - 对于已有集群,请使用命令行工具 [PD Control](/pd-control.md) 进行修改。直接修改 PD 配置文件中与调度相关的配置项不会对已有集群生效。 + ### `max-merge-region-size` + 控制 Region Merge 的 size 上限,当 Region Size 大于指定值时 PD 不会将其与相邻的 Region 合并。