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
1 change: 1 addition & 0 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,7 @@ Configuration items related to Raftstore.
### `raft-store-max-leader-lease`

+ The longest trusted period of a Raft leader
+ To start TiKV successfully, you must set this value to no more than `raft-base-tick-interval` * (`raft-election-timeout-ticks` - 1).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nit:

Suggested change
+ To start TiKV successfully, you must set this value to no more than `raft-base-tick-interval` * (`raft-election-timeout-ticks` - 1).
+ To start TiKV successfully, `raft-store-max-leader-lease` must not exceed `raft-base-tick-interval` * (`raft-election-timeout-ticks` - 1).

+ Default value: `"9s"`
+ Minimum value: `0`

Expand Down