failed to start runaway manager loop

【 TiDB 使用环境】
Euler22.03-LTS-SP3(8c+16G)
【 TiDB 版本】
v8.1.1
【复现路径】

【遇到的问题:问题现象及影响】
deploy 完成后 start --init tidb.server起不来
Starting component pd
Starting instance 10.106.47.23:2379
Start instance 10.106.47.23:2379 success
Starting component tikv
Starting instance 10.106.47.23:20160
Start instance 10.106.47.23:20160 success
Starting component tidb
Starting instance 10.106.47.23:4000

Error: failed to start tidb: failed to start: 10.106.47.23 tidb-4000.service, please check the instance’s log(/tidb-deploy/tidb-4000/log) for more detail.: timed out waiting for port 4000 to be started after 2m0s

Verbose debug logs has been written to /home/tidb/.tiup/logs/tiup-cluster-debug-2024-11-20-17-26-43.log.
【资源配置】进入到 TiDB Dashboard -集群信息 (Cluster Info) -主机(Hosts) 截图此页面
【附件:截图/日志/监控】
Cluster type: tidb
Cluster name: tidb
Cluster version: v8.1.1
Deploy user: tidb
SSH type: builtin
Dashboard URL: http://10.106.47.23:2379/dashboard
Grafana URL: http://10.106.47.23:3000
ID Role Host Ports OS/Arch Status Data Dir Deploy Dir


10.106.47.23:3000 grafana 10.106.47.23 3000 linux/x86_64 Down - /tidb-deploy/grafana-3000
10.106.47.23:2379 pd 10.106.47.23 2379/2380 linux/x86_64 Up|L|UI /tidb-data/pd-2379 /tidb-deploy/pd-2379
10.106.47.23:9090 prometheus 10.106.47.23 9090/12020 linux/x86_64 Down /tidb-data/prometheus-9090 /tidb-deploy/prometheus-9090
10.106.47.23:4000 tidb 10.106.47.23 4000/10080 linux/x86_64 Down - /tidb-deploy/tidb-4000
10.106.47.23:20160 tikv 10.106.47.23 20160/20183 linux/x86_64 Up /tidb-data/tikv-20160 /tidb-deploy/tikv-20160

tidb.log内容
[2024/11/20 17:24:44.586 +08:00] [WARN] [runaway.go:166] [“failed to start runaway manager loop, please check whether the bootstrap or update is finished”] [error=“[schema:1146]Table ‘mysql.tidb_runaway_watch’ doesn’t exist”]

看有时区问题吗,还有最后发的bug

确认下时区是否为上海,如果不是的话,改为上海时区后再试试

时区是上海的,也没有配置performance-json这个参数

已经是上海的时区了

我后面stop了整个集群
手动执行了run_tidb.sh 之后,没有任何输出
我就去看tidb.log,里面报错pd没起来,
我又手动执行run_pd.sh,pd.log里面也在报错kv什么连不上
最后我又用tiup start启动集群,然后就成功了,很奇怪