Skip to content

Commit

Permalink
separate command from output
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn authored Aug 9, 2021
1 parent cf72fe8 commit f16f9c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tikv-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,9 @@ Damaged SST files in TiKV might cause the TiKV process to panic. To clean up the
```bash
$ tikv-ctl bad-ssts --db </path/to/tikv/db> --pd <endpoint>
```
```bash
--------------------------------------------------------
corruption info:
data/tikv-21107/db/000014.sst: Corruption: Bad table magic number: expected 9863518390377041911, found 759105309091689679 in data/tikv-21107/db/000014.sst
Expand Down

0 comments on commit f16f9c4

Please sign in to comment.