Skip to content

Commit

Permalink
Update tikv-ctl bad-ssts output (pingcap#16073)
Browse files Browse the repository at this point in the history
  • Loading branch information
enkilee authored Jan 9, 2024
1 parent 1806685 commit a6a631e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tikv-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,9 +655,9 @@ sst meta:
it isn't easy to handle local data, start key:0101
overlap region:
RegionInfo { region: id: 4 end_key: 7480000000000000FF0500000000000000F8 region_epoch { conf_ver: 1 version: 2 } peers { id: 5 store_id: 1 }, leader: Some(id: 5 store_id: 1) }
suggested operations:
tikv-ctl ldb --db=data/tikv-21107/db unsafe_remove_sst_file "data/tikv-21107/db/000014.sst"
tikv-ctl --db=data/tikv-21107/db tombstone -r 4 --pd <endpoint>
refer operations:
tikv-ctl ldb --db=/path/to/tikv/db unsafe_remove_sst_file 000014
tikv-ctl --data-dir=/path/to/tikv tombstone -r 4 --pd <endpoint>
--------------------------------------------------------
corruption analysis has completed
```
Expand Down

0 comments on commit a6a631e

Please sign in to comment.