Skip to content

Commit

Permalink
This is an automated cherry-pick of pingcap#18526
Browse files Browse the repository at this point in the history
Signed-off-by: ti-chi-bot <[email protected]>
  • Loading branch information
niubell authored and ti-chi-bot committed Sep 10, 2024
1 parent 7b6f92d commit 0e8040a
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions pd-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,16 +319,36 @@ pd-server 相关配置项。
+ 默认值:true
+ 参考 [Placement Rules 使用文档](/configure-placement-rules.md)

<<<<<<< HEAD
## label-property
=======
### `store-limit-version` <span class="version-mark">从 v7.1.0 版本开始引入</span>

标签相关的配置项。
> **警告:**
>
> 在当前版本中,将该配置项设置为 `"v2"` 为实验特性,不建议在生产环境中使用。
+ 设置 `store limit` 工作模式
+ 默认值:v1
+ 可选值:
+ v1:在 v1 模式下,你可以手动修改 `store limit` 以限制单个 TiKV 调度速度。
+ v2:(实验特性)在 v2 模式下,你无需关注 `store limit` 值,PD 将根据 TiKV Snapshot 执行情况动态调整 TiKV 调度速度。详情请参考 [Store Limit v2 原理](/configure-store-limit.md#store-limit-v2-原理)

## label-property(已废弃)
>>>>>>> 40de6809c8 (PD: optimize the description of label-property (#18526))
标签相关的配置项,只支持 `reject-leader` 类型。

> **注意:**
>
> 标签相关的配置项已从 v5.2 开始废弃,建议使用 [Placement Rules](/configure-placement-rules.md#场景二5-副本按-2-2-1-的比例放置在-3-个数据中心且第-3-个中心不产生-leader) 设置副本策略。
### `key`
### `key`(已废弃)

+ 拒绝 leader 的 store 带有的 label key。
+ 默认值:""

### `value`
### `value`(已废弃)

+ 拒绝 leader 的 store 带有的 label value。
+ 默认值:""
Expand Down

0 comments on commit 0e8040a

Please sign in to comment.