Failed to Start the Scaled-Out TiDB Component

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

Original topic: 扩容的tidb组件启动失败

| username: TiDBer_djgos04V

[TiDB Usage Environment] Production Environment
I followed the official documentation to perform scaling operations. After the scaling was completed, I checked the cluster status and found that the newly scaled TiDB component status was down. After individually starting the node, it was still down upon inspection. Is there any solution for this?

| username: WalterWj | Original post link

Check the log content of the corresponding tidb-server node.

| username: 像风一样的男子 | Original post link

Please send the TiDB logs for review.

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

This depends on the logs, as the other TiDB servers are functioning normally.

| username: TiDBer_小阿飞 | Original post link

Is the YAML file format for the scaled-out TiDB node correct?
Check if the newly scaled-out node has been added in the current configuration using tiup cluster edit-config [tidb-test].

| username: 大飞哥online | Original post link

First, check the logs of the tidb-server on the down node.
You can also use tiup cluster show-config XXX to see if there is any new node information in the configuration file.

| username: TiDBer_djgos04V | Original post link

These are the logs from tidb-4000. I don’t know which one to look at, so I sent both.

| username: WalterWj | Original post link

Try deleting the sock file.

| username: Fly-bird | Original post link

Try starting it manually on the node that is being expanded.

| username: TiDBer_djgos04V | Original post link

It has been successful, thank you. Why does doing this solve the problem?

| username: system | Original post link

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