Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherrachel committed Nov 15, 2019
1 parent b1fa73e commit 15d18f4
Showing 1 changed file with 2 additions and 2 deletions.
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.

### 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

0 comments on commit 15d18f4

Please sign in to comment.