From ed56102af8bf2efd25cb980bc90003fe8bb86b34 Mon Sep 17 00:00:00 2001 From: en-jin19 Date: Mon, 23 Aug 2021 11:28:00 +0200 Subject: [PATCH] TiKV configuration: remove redundant instructions --- tikv-configuration-file.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 69aadd7ce700b..06d4fa2ed57b5 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -462,14 +462,9 @@ Configuration items related to Raftstore ### `hibernate-regions` -+ Enables or disables Hibernate Region. When this option is enabled, a Region idle for a long time is automatically set as hibernated. This reduces the extra overhead caused by heartbeat messages between the Raft leader and the followers for idle Regions. You can use `raftstore.peer-stale-state-check-interval` to modify the heartbeat interval between the leader and the followers of hibernated Regions. ++ Enables or disables Hibernate Region. When this option is enabled, a Region idle for a long time is automatically set as hibernated. This reduces the extra overhead caused by heartbeat messages between the Raft leader and the followers for idle Regions. You can use `peer-stale-state-check-interval` to modify the heartbeat interval between the leader and the followers of hibernated Regions. + Default value: `true` in v5.0.2 and later versions; `false` in versions before v5.0.2 -### `raftstore.peer-stale-state-check-interval` - -+ Modifies the state check interval for Regions. -+ Default value: 5 min - ### `split-region-check-tick-interval` + Specifies the interval at which to check whether the Region split is needed. `0` means that this feature is disabled.