Skip to content

Commit

Permalink
pd control: add service-gc-safepoint command (#12890) (#12896)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Mar 15, 2023
1 parent f695055 commit 027a660
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pd-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,23 @@ Usage:
scheduler config balance-hot-region-scheduler set enable-for-tiflash true
```
### `service-gc-safepoint`
Use this command to query the current GC safepoint and service GC safepoint. The output is as follows:
```bash
{
"service_gc_safe_points": [
{
"service_id": "gc_worker",
"expired_at": 9223372036854775807,
"safe_point": 439923410637160448
}
],
"gc_safe_point": 0
}
```
### `store [delete | cancel-delete | label | weight | remove-tombstone | limit ] <store_id> [--jq="<query string>"]`
Use this command to view the store information or remove a specified store. For a jq formatted output, see [jq-formatted-json-output-usage](#jq-formatted-json-output-usage).
Expand Down

0 comments on commit 027a660

Please sign in to comment.