Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use scale-in to manually remove a TiFlash node #9977

Merged
merged 2 commits into from Aug 15, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions scale-tidb-using-tiup.md
Expand Up @@ -411,12 +411,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 the information of the TiFlash node that goes down using the following command:
Oreoxmt marked this conversation as resolved.
Show resolved Hide resolved

{{< 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