Skip to content

Commit

Permalink
add a missing note
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn committed Aug 9, 2021
1 parent 849e93e commit a2a1be1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tikv-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,10 @@ Type "I consent" to continue, anything else to exit: I consent
Damaged SST files in TiKV might cause the TiKV process to panic. To clean up the damaged SST files, you will need the information of these files. To get the information, you can execute the `bad-ssts` command in TiKV Control. The needed information is shown in the output. The following is an example command and output.
> **Note:**
>
> Before running this command, stop the running TiKV instance.
```bash
$ tikv-ctl bad-ssts --db </path/to/tikv/db> --pd <endpoint>
```
Expand Down

0 comments on commit a2a1be1

Please sign in to comment.