Application environment:
Test
TiDB version: v7.1.0
Reproduction method:
Simulate production deployment on a single machine
Follow the below link
Problem:
We are testing the Tidb As part of it while installing the Tidb cluster using tiup on a single machine
Tiflash is not getting started
####lError logs: + [ Serial ] - StartCluster
Starting component pd
Starting instance 172.178.79.212:2379
Start instance 172.178.79.212:2379 success
Starting component tikv
Starting instance 172.178.79.212:20162
Starting instance 172.178.79.212:20160
Starting instance 172.178.79.212:20161
Start instance 172.178.79.212:20162 success
Start instance 172.178.79.212:20160 success
Start instance 172.178.79.212:20161 success
Starting component tidb
Starting instance 172.178.79.212:4000
Start instance 172.178.79.212:4000 success
Starting component tiflash
Starting instance 172.178.79.212:9000
Error: failed to start tiflash: failed to start: 172.178.79.212 tiflash-9000.service, please check the instance’s log(/tidb-deploy/tiflash-9000/log) for more detail.: timed out waiting for port 3930 to be started after 2m0s
Please find the tiflash_tikv.log and tiflash.log file attached.
tiflash_tikv.log (54.1 KB)
tiflash.log (379.5 KB)
because of the tiflash failure we are not able to use Tidb.
Appreciate help in resolving this issue
Thanks in advance