We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437a5df commit 1ee718eCopy full SHA for 1ee718e
1 file changed
tikv-configuration-file.md
@@ -208,6 +208,14 @@ TiKV 配置文件比命令行参数支持更多的选项。你可以在 [etc/con
208
+ 默认值:3s
209
+ 最小值:1s
210
211
+### `graceful-shutdown-timeout` <span class="version-mark">从 v8.5.5 版本开始引入</span>
212
+
213
++ TiKV 优雅关闭 (graceful shutdown) 的超时时长。
214
+ + 当该值大于 `0s` 时,如果关闭 TiKV 节点,TiKV 在该超时时间内会尽量将其上的 leader 副本转移到其他 TiKV 节点,然后再关闭。若达到该超时时间后仍有 leader 未完成转移,TiKV 将跳过剩余 leader 的转移,直接进入关闭流程。
215
+ + 当该值为 `0s` 时,表示不启用 TiKV 的 graceful shutdown 功能。
216
++ 默认值:20s
217
++ 最小值:0s
218
219
### `concurrent-send-snap-limit`
220
221
+ 同时发送 snapshot 的最大个数。
0 commit comments