Skip to content

Commit

Permalink
use scale-in to manually remove a TiFlash node (#9977) (#9983)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Aug 15, 2022
1 parent ca4dd7e commit c3674ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scale-tidb-using-tiup.md
Expand Up @@ -410,12 +410,12 @@ In special cases (such as when a node needs to be forcibly taken down), or if th

4. Manually delete TiFlash data files (the location can be found in the `data_dir` directory under the TiFlash configuration of the cluster topology file).

5. Manually update TiUP's cluster configuration file (delete the information of the TiFlash node that goes down in edit mode).
5. Delete information about the TiFlash node that goes down from the cluster topology using the following command:

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

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

> **Note:**
Expand Down

0 comments on commit c3674ff

Please sign in to comment.