Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: tiup playground 启动报错
[Test Environment for TiDB]
[TiDB Version]
[Reproduction Path]
tiup playground --monitor --host 192.168.1.185
[Encountered Issue: Problem Description and Impact]
Not sure why this suddenly happened.
Try restarting the machine and check if the IP is written correctly.
I didn’t write the IP. This error occurred. It was fine at the beginning of the afternoon.
PD startup exception, did you change any configuration? If it’s in the playground, delete it and restart.
This command seems to mean that only a monitoring service is deployed. It does not deploy TiDB, PD, or TiKV.
Additionally, you need to pay attention to this:
Hmm, this command is not quite right.
I suggest directly using tiup cluster deploy
to set up one, which is closer to the real environment.
The error message is not fully captured, don’t capture INFO, capture ERROR.
I usually change a tag and discard historical data
tiup playground --db 2 --pd 3 --kv 3 --host 0.0.0.0 --tag test202403
It’s better to deploy on a single machine.
Attach the configuration file.
Please provide a more complete screenshot of the error.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.