Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pd-control: add new config of balance-hot-region-scheduler #6148

Merged
merged 13 commits into from
Aug 23, 2021
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: lhy1024 <[email protected]>
  • Loading branch information
Liuxiaozhen12 and lhy1024 authored Aug 20, 2021
commit d06e0d70b9579bfafae59f83bf6b97a029019fcf
2 changes: 1 addition & 1 deletion pd-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ Usage:
>> scheduler config balance-hot-region-scheduler set strict-picking-store true
```

- `enable-for-tiflash` controls whether hot Region scheduling takes effect for TiFlash. Usually it is enabled. When it is disabled, the hot Region scheduling between TiFlash instances do not start.
- `enable-for-tiflash` controls whether hot Region scheduling takes effect for TiFlash instances. Usually it is enabled. When it is disabled, the hot Region scheduling between TiFlash instances do not start.

```bash
>> scheduler config balance-hot-region-scheduler set enable-for-tiflash true
Expand Down