From a2a1be158918fb4fc3392bda543ac7f524652006 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Mon, 9 Aug 2021 12:10:13 +0800 Subject: [PATCH] add a missing note --- tikv-control.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tikv-control.md b/tikv-control.md index 8b6746e0397c7..d5cb2f52325b7 100644 --- a/tikv-control.md +++ b/tikv-control.md @@ -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 --pd ```