Skip to content

Commit

Permalink
PD: add description of batch in evict-leader-scheduler config (#18625)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Aug 20, 2024
1 parent 08a3a17 commit c1e99ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pd-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,12 @@ Use this command to view and manage the configuration of the `evict-leader-sched
If all store configurations of an `evict-leader-scheduler` are removed, the scheduler itself is automatically removed.
- When an `evict-leader-scheduler` already exists, use the `set batch` subcommand to modify the `batch` value. `batch` controls the number of Operators generated during a single scheduling process. The default value is `3`, and the range is `[1, 10]`. The larger the `batch` value, the faster the scheduling speed.
```bash
scheduler config evict-leader-scheduler set batch 10 // Set the batch value to 10
```
### `service-gc-safepoint`
Use this command to query the current GC safepoint and service GC safepoint. The output is as follows:
Expand Down

0 comments on commit c1e99ad

Please sign in to comment.