Skip to content

Commit 5680307

Browse files
authored
tikv: add new dynamic configure for flow-control (#18540)
1 parent b151d40 commit 5680307

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dynamic-config.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,11 @@ show warnings;
221221
| server.concurrent-send-snap-limit | 同时发送 snapshot 的最大个数 |
222222
| server.concurrent-recv-snap-limit | 同时接受 snapshot 的最大个数 |
223223
| storage.block-cache.capacity | 共享 block cache 的大小(自 v4.0.3 起支持) |
224+
| storage.flow-control.enable | 是否开启流量控制机制 |
225+
| storage.flow-control.memtables-threshold | 触发流量控制的 KvDB memtable 数量阈值 |
226+
| storage.flow-control.l0-files-threshold | 触发流量控制的 KvDB L0 文件数量阈值 |
227+
| storage.flow-control.soft-pending-compaction-bytes-limit | 触发流控机制开始拒绝部分写入请求的 KvDB pending compaction bytes 阈值 |
228+
| storage.flow-control.hard-pending-compaction-bytes-limit | 触发流控机制拒绝所有新写入请求的 KvDB pending compaction bytes 阈值 |
224229
| storage.scheduler-worker-pool-size | Scheduler 线程池中线程的数量 |
225230
| backup.num-threads | backup 线程的数量(自 v4.0.3 起支持) |
226231
| split.qps-threshold | 对 Region 执行 load-base-split 的阈值。如果连续 10s 内,某个 Region 的读请求的 QPS 超过 qps-threshold,则尝试切分该 Region |

0 commit comments

Comments
 (0)