Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update configfile pd #3238

Merged
merged 6 commits into from
May 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 17 additions & 4 deletions pd-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,12 @@ PD 配置文件比命令行参数支持更多的选项。你可以在 [conf/conf
### `region-schedule-limit`

+ 同时进行 Region 调度的任务个数
+ 默认:4
+ 默认:2048

### `replica-schedule-limit`

+ 同时进行 replica 调度的任务个数。
+ 默认:8
+ 默认:64

### `merge-schedule-limit`

Expand All @@ -195,7 +195,7 @@ PD 配置文件比命令行参数支持更多的选项。你可以在 [conf/conf
### `high-space-ratio`

+ 设置 store 空间充裕的阈值。
+ 默认:0.6
+ 默认:0.7
+ 最小值:大于 0
+ 最大值:小于 1

Expand All @@ -209,7 +209,7 @@ PD 配置文件比命令行参数支持更多的选项。你可以在 [conf/conf
### `tolerant-size-ratio`

+ 控制 balance 缓冲区大小。
+ 默认:5
+ 默认:0 (为 0 为自动调整缓冲区大小)
+ 最小值:0

### `disable-remove-down-replica`
Expand Down Expand Up @@ -255,6 +255,19 @@ PD 配置文件比命令行参数支持更多的选项。你可以在 [conf/conf

+ TiKV 集群的拓扑信息。
+ 默认:[]
+ [配置集群拓扑](/location-awareness.md)

### `strictly-match-label`

+ 打开强制 TiKV Label 和 PD 的 localtion-labels 是否匹配的检查
+ 默认:false

### `enable-placement-rules`

+ 打开 `placement-rules`
+ 默认:false
+ 参考[Placement Rules 使用文档](/configure-placement-rules.md)
+ 4.0 实验性特性

## label-property

Expand Down