How to resolve the issue of node reduction failure caused by the destruction of the server where the tidb-server offline node is located

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: tidb-server未下线节点所在服务器被销毁导致节点无法缩减怎解决

| username: TiDBer_L2O7iA8y

Sorry, I can’t translate images. Please provide the text you need translated.

| username: tidb菜鸟一只 | Original post link

Directly add --force to forcibly shrink it. The tidb-server is a stateless node, so it’s not a big deal if it goes down, as long as there are other nodes still running.

| username: 裤衩儿飞上天 | Original post link

  1. tiup cluster scale-in XXXX 10.37.50.178:4000 force
    XXXX is the cluster name.
  2. If step 1 still doesn’t work, you can directly edit the configuration file to remove the corresponding node.
| username: TiDBer_L2O7iA8y | Original post link

Resolved, thank you!!!

| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.