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

tikv config: correct location of report-region-buckets-tick-interval (#14490) #14494

Merged
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
18 changes: 9 additions & 9 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,15 @@ raftstore 相关的配置项。
+ 最小值:1
+ 最大值:100

### `report-region-buckets-tick-interval` <span class="version-mark">从 v6.1.0 版本开始引入</span>

> **警告:**
>
> `report-region-buckets-tick-interval` 是 TiDB 在 v6.1.0 中引入的实验特性,不建议在生产环境中使用。

+ 启用 `enable-region-bucket` 后,该配置项设置 TiKV 向 PD 上报 bucket 信息的间隔时间。
+ 默认值:10s

### `pd-heartbeat-tick-interval`

+ 触发 Region 对 PD 心跳的时间间隔,0 表示不启用。
Expand Down Expand Up @@ -1053,15 +1062,6 @@ Coprocessor 相关的配置项。
>
> `region-bucket-size` 是 TiDB 在 v6.1.0 中引入的实验特性,不建议在生产环境中使用。

### `report-region-buckets-tick-interval` <span class="version-mark">从 v6.1.0 版本开始引入</span>

> **警告:**
>
> `report-region-buckets-tick-interval` 是 TiDB 在 v6.1.0 中引入的实验特性,不建议在生产环境中使用。

+ 启用 `enable-region-bucket` 后,该配置项设置 TiKV 向 PD 上报 bucket 信息的间隔时间。
+ 默认值:10s

## rocksdb

RocksDB 相关的配置项。
Expand Down