tiup playground 启动 tiflash 失败

启动 命令行:
/root/.tiup/components/tiflash/v4.0.0-rc/tiflash/tiflash server --config-file=/root/.tiup/data/RxKCvrY/tiflash-0/tiflash.toml
启动日志:
tiflash.log.gz (5.3 KB)
报错日志内容是空的

tiflash启动有要求么 必须是ssd磁盘么

你好,

tiflash 对磁盘没有硬性规定,启动tiflash 建议使用 tiup cluster start cluster-name -R tiflash 。

这里是用 tiup playground 启动tiflash的,启动失败,难道 tiup playground 有问题么

tiup playground & [1] 717 root@tidb:/# Starting component playground: /root/.tiup/components/playground/v0.0.9/playground Playground Bootstrapping… Starting component pd: /root/.tiup/components/pd/v4.0.0-rc/pd-server --name=pd-0 --data-dir=/root/.tiup/data/RxKW9A3/pd-0/data --peer-urls=http://127.0.0.1:2380 --advertise-peer-urls=http://127.0.0.1:2380 --client-urls=http://127.0.0.1:2379 --advertise-client-urls=http://127.0.0.1:2379 --log-file=/root/.tiup/data/RxKW9A3/pd-0/pd.log --config=/root/.tiup/data/RxKW9A3/pd-0/pd.toml --initial-cluster=pd-0=http://127.0.0.1:2380 Starting component tikv: /root/.tiup/components/tikv/v4.0.0-rc/tikv-server --addr=127.0.0.1:20160 --status-addr=127.0.0.1:20180 --pd=http://127.0.0.1:2379 --config=/root/.tiup/data/RxKW9A3/tikv-0/tikv.toml --data-dir=/root/.tiup/data/RxKW9A3/tikv-0/data --log-file=/root/.tiup/data/RxKW9A3/tikv-0/tikv.log Starting component tidb: /root/.tiup/components/tidb/v4.0.0-rc/tidb-server -P 4000 --store=tikv --host=127.0.0.1 --status=10080 --path=127.0.0.1:2379 --log-file=/root/.tiup/data/RxKW9A3/tidb-0/tidb.log

root@tidb:/# Starting component tiflash: /root/.tiup/components/tiflash/v4.0.0-rc/tiflash/tiflash server --config-file=/root/.tiup/data/RxKW9A3/tiflash-0/tiflash.toml Logging debug to /root/.tiup/data/RxKW9A3/tiflash-0/log/tiflash.log Logging errors to /root/.tiup/data/RxKW9A3/tiflash-0/log/tiflash_error.log Error: run /root/.tiup/components/tiflash/v4.0.0-rc/tiflash/tiflash (wd:/root/.tiup/data/RxKW9A3/tiflash-0) failed: exit status 1 … root@tidb:/# … root@tidb:/# root@tidb:/# … CLUSTER START SUCCESSFULLY, Enjoy it ^-^ To connect TiDB: mysql --host 127.0.0.1 --port 4000 -u root To view the dashboard: http://127.0.0.1:2379/dashboard

你好,

烦请上传下启动错误日志:/root/.tiup/data/RxKW9A3/tiflash-0/log/tiflash_error.log

内容是空的 该文件没有任何内容

你好,

tiup playground 仅支持 tidb pd tikv 的快速部署启动,如需体验 tiflash 请使用 tiup cluster 安装部署集群。
https://pingcap.com/docs-cn/stable/how-to/deploy/orchestrated/tiup/