Skip to content
Merged
Changes from 4 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`
Comment thread
hujiatao0 marked this conversation as resolved.
Outdated

+ 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`, graceful shutdown is disabled.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
+ When this value is `0s`, graceful shutdown is disabled.
+ 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