Skip to content

Commit

Permalink
This is an automated cherry-pick of pingcap#6218
Browse files Browse the repository at this point in the history
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
  • Loading branch information
en-jin19 authored and ti-chi-bot committed Aug 26, 2021
1 parent d1876b6 commit c4bb1e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,13 +397,13 @@ Configuration items related to Raftstore

### `hibernate-regions` (**Experimental**)

<<<<<<< HEAD
+ 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.
+ Default value: false

### `raftstore.peer-stale-state-check-interval`

+ Modifies the state check interval for Regions.
+ Default value: 5 min
=======
+ 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
>>>>>>> 229a0705c (TiKV configuration: remove redundant instructions (#6218))
### `split-region-check-tick-interval`

Expand Down

0 comments on commit c4bb1e4

Please sign in to comment.