使用tiup --tag=super playground启动之后tiflash启动失败

请按照提示,上传tiflash 两个日志,多谢。

没有日志,提示没有这个目录


您好,请问重新启动可以复现么?

可以,我现在启动不起来

好的,能否把日志里所提示的 config 文件发一下?(指 loading config 那一行)

[root@mgr1 tiflash-0]# cat tiflash.toml

default_profile = “default” display_name = “TiFlash” http_port = 8123 listen_host = “0.0.0.0” mark_cache_size = 5368709120 path = “/root/.tiup/data/RzVcEyB/tiflash-0/data” tcp_port = 9000 tmp_path = “/root/.tiup/data/RzVcEyB/tiflash-0/tmp”

[application] runAsDaemon = true

[flash] service_addr = “127.0.0.1:3930” tidb_status_addr = “127.0.0.1:10080” [flash.flash_cluster] cluster_manager_path = “/root/.tiup/components/tiflash/v4.0.0-rc.2/tiflash/flash_cluster_manager” log = “/root/.tiup/data/RzVcEyB/tiflash-0/log/tiflash_cluster_manager.log” master_ttl = 60 refresh_interval = 20 update_rule_interval = 5 [flash.proxy] config = “/root/.tiup/data/RzVcEyB/tiflash-0/tiflash-learner.toml”

[logger] count = 20 errorlog = “/root/.tiup/data/RzVcEyB/tiflash-0/log/tiflash_error.log” level = “debug” log = “/root/.tiup/data/RzVcEyB/tiflash-0/log/tiflash.log” size = “1000M”

[profiles] [profiles.default] load_balancing = “random” max_memory_usage = 10000000000 use_uncompressed_cache = 0 [profiles.readonly] readonly = 1

[quotas] [quotas.default] [quotas.default.interval] duration = 3600 errors = 0 execution_time = 0 queries = 0 read_rows = 0 result_rows = 0

[raft] pd_addr = “127.0.0.1:2379”

[status] metrics_port = 8234

[users] [users.default] password = “” profile = “default” quota = “default” [users.default.networks] ip = “::/0” [users.readonly] password = “” profile = “readonly” quota = “default” [users.readonly.networks] ip = “::/0”

有些奇怪,本地无法复现。可以私聊看看具体问题

已经记录 issue 至 https://github.com/pingcap-incubator/tiup/issues/233