Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: tidb cluster bigbirdmeddb
not exists
【TiDB Usage Environment】Testing
【TiDB Version】V6.1.0
【Encountered Problem】bigbirdmeddb does not exist
【Reproduction Path】What operations were performed to cause the problem
【Problem Phenomenon and Impact】
【Attachments】
Please provide the version information of each component, such as cdc/tikv, which can be obtained by executing cdc version/tikv-server --version.
tiup-cluster-debug-2022-07-25-09-46-50.log (4.1 KB)
Is “bigbirdmeddb” the cluster name? It looks like there is an error on port 4000. Could you please submit the logs under TiDB?
Tiup playgroup is an experience version. If you want to retain cluster information, you need to check some parameters of playgroup.
However, it is recommended to use tiup to deploy a set of TiDB clusters for experience or POC…
Use tiup cluster list
to see which clusters are available.
Check if port 4000 is occupied: netstat -anp | grep 4000, and also check if the firewall is configured.
This topic will be automatically closed 60 days after the last reply. No new replies are allowed.