Skip to content

Commit

Permalink
use scale-in to manually remove a TiFlash node (#10846) (#10904)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Aug 15, 2022
1 parent b6a4062 commit cc532a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scale-tidb-using-tiup.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,12 +432,12 @@ tiup cluster display <cluster-name>

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

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

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

```shell
tiup cluster edit-config <cluster-name>
tiup cluster scale-in <cluster-name> --node <pd_ip>:<pd_port> --force
```

> **注意:**
Expand Down

0 comments on commit cc532a4

Please sign in to comment.