tikv / tikv/pd

make parameters more reasonable

Open
#3,749 6 comments 0 reactions 0 assignees View on GitHub
type/enhancement
Dominant language
Go
Stars
1.2k
Forks
783
Avg merge
5d 21h
Merged PRs (30d)
36

Description

## Feature Request

### Describe your feature request related problem

We have encountered many problems caused by improper parameter adjustment. We must limit the adjustment range of the parameters and give a best practice, remove some useless and do some check.

Such as: `merge-limit=128, region-limit=64, leader-limit=8` the merge limit may influence the leader limit.

### Describe alternatives you've considered

- make the limit do not affect each other
- limit the adjustment range, such as `store limit` should have best practice
- do some check if the user set parameters is unreasonble

### Teachability, Documentation, Adoption, Migration Strategy

- GO

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.