Skip to content
Open
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
8 changes: 8 additions & 0 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,14 @@ This document only describes the parameters that are not included in command-lin
+ Default value: `"3s"`
+ Minimum value: `"1s"`

### `graceful-shutdown-timeout` <span class="version-mark">New in v8.5.5 and v9.0.0</span>

+ Specifies the timeout duration for TiKV graceful shutdown.
+ When this value is greater than `0s`, TiKV attempts to transfer all leaders on this node to other TiKV nodes within the specified timeout before shutting down. If there are still leaders that have not been transferred when the timeout is reached, TiKV skips the remaining leader transfers and proceeds directly to the shutdown process.
+ When this value is `0s`, TiKV graceful shutdown is disabled.
+ Default value: `"20s"`
+ Minimum value: `"0s"`

### `concurrent-send-snap-limit`

+ The maximum number of snapshots sent at the same time
Expand Down