Skip to content

Commit

Permalink
cherry pick pingcap#3431 to release-4.0
Browse files Browse the repository at this point in the history
Signed-off-by: sre-bot <[email protected]>
  • Loading branch information
birdstorm authored and sre-bot committed Jun 3, 2020
1 parent 35a8d33 commit 1c646b5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion scale-tidb-using-tiup.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,15 @@ tiup cluster display <cluster-name>
curl -X POST 'http://<pd-address>/pd/api/v1/store/<store_id>/state?state=Tombstone'
```

4. 手动删除 TiFlash 的数据文件,具体位置请查看 TiFlash 的配置文件。
4. 手动删除 TiFlash 的数据文件,具体位置可查看在集群拓扑配置文件中 TiFlash 配置部分下的 data_dir 目录。

5. 手动更新 TiUP 的集群配置文件,在编辑模式中手动删除我们已经下线的 TiFlash 节点信息:

{{< copyable "shell-regular" >}}

```shell
tiup cluster edit-config <cluster-name>
```

> **注意:**
>
Expand Down

0 comments on commit 1c646b5

Please sign in to comment.