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

reference/best-practices: add PD scheduling best practice #1655

Merged
merged 8 commits into from
Dec 9, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix CI
  • Loading branch information
anotherrachel committed Dec 9, 2019
commit e508c8c9e4009a5222d4b0c464df10bc2d931c0d
4 changes: 2 additions & 2 deletions dev/reference/best-practices/pd-scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Region merge refers to the process of merging adjacent small Regions by scheduli

## Query scheduling status

You can check the status of scheduling system through Metrics, pd-ctl and log. This section briefly introduces methods of Metrics and pd-ctl. Refer to [PD monitoring metrics](/dev/reference/key-monitoring-metrics/pd-dashboard.md) and [PD Control user guide](/dev/reference/reference/tools/pd-control.md) for details.
You can check the status of scheduling system through Metrics, pd-ctl and log. This section briefly introduces methods of Metrics and pd-ctl. Refer to [PD monitoring metrics](/dev/reference/key-monitoring-metrics/pd-dashboard.md) and [PD Control user guide](/dev/reference/tools/pd-control.md) for details.
anotherrachel marked this conversation as resolved.
Show resolved Hide resolved

### Operator status

Expand Down Expand Up @@ -143,7 +143,7 @@ You can use pd-ctl to adjust the scheduling strategy from the following three as

pd-ctl supports dynamically creating and deleting Schedulers. You can use the following commands to control the scheduling behavior of PD:

- `scheduler show`: show currently working Schedulers in the system
- `scheduler show`: show currently running Schedulers in the system
- `scheduler remove balance-leader-scheduler`: delete (disable) balance-leader-scheduler
- `scheduler add evict-leader-scheduler-1`: add a scheduler to remove all Leaders in Store 1

Expand Down