Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Xintao <[email protected]>
  • Loading branch information
hunterlxt committed Aug 9, 2021
1 parent cf72fe8 commit 88e9b91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tikv-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ corruption analysis has completed
```
From the output above, you can see that the information of the damaged SST file is printed first and then the meta-information is printed.
+ In the `sst meta` part, `14` means the SST file number; `552997` means the file size, followed by the smallest and largest sequence numbers and other meta-information.
+ The `overlap region` part shows the information of the Region involved. This information is obtained through the PD server.
+ The `suggested operations` part provides you suggestion to clean up the damaged SST file. You can take the suggestion to clean up files and restart the TiKV instance.

0 comments on commit 88e9b91

Please sign in to comment.