Reduct jitter feature #1033
Labels
priority/P1
Indicates that the priority of a issue is high.
type/feature-request
Categorizes issue as related to a new feature.
Milestone
Feature Request
Reduct jitter feature
Is your feature request related to a problem? Please describe:
1.tiup cluster upgrade xxxx
2.background(get default value)
tiup ctl pd -u xxx.xxx.xxx.xxx:2379 config show |grep leader-schedule-limit
tiup ctl pd -u xxx.xxx.xxx.xxx:2379 config show |grep region-schedule-limit
tiup ctl pd -u xxx.xxx.xxx.xxx:2379 store limit
3.background
tiup ctl pd -u xxx.xxx.xxx.xxx:2379 config set leader-schedule-limit {default value}+32
tiup ctl pd -u xxx.xxx.xxx.xxx:2379 config set region-schedule-limit {default value}+512
tiup ctl pd -u xxx.xxx.xxx.xxx:2379 store limit all {default value}+512
4.tikv rolling upgrade end
5.background(get value and check default >=0)
tiup ctl pd -u xxx.xxx.xxx.xxx:2379 config show |grep leader-schedule-limit
tiup ctl pd -u xxx.xxx.xxx.xxx:2379 config show |grep region-schedule-limit
tiup ctl pd -u xxx.xxx.xxx.xxx:2379 store limit
6.background (setback default value)
tiup ctl pd -u xxx.xxx.xxx.xxx:2379 config set leader-schedule-limit {value}-32
tiup ctl pd -u xxx.xxx.xxx.xxx:2379 config set region-schedule-limit {value}-512
tiup ctl pd -u xxx.xxx.xxx.xxx:2379 store limit all {value}-512
Describe the feature you'd like:
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: