[FATAL] [server.rs:698] ["failed to start node: \"[src/server/node.rs:222]: cluster ID mismatch, local 7308238932952239016 != remote 7308318041076050503, you are trying to connect to another cluster, please reconnect to th

【 TiDB 使用环境】生产环境 /测试/ Poc
【 TiDB 版本】tidb-v5.0.1-linux-amd64
【复现路径】做过哪些操作出现的问题
./bin/tikv-server --pd=“127.0.0.1:2379” --data-dir=/data/tikv --log-file=/data/logs/tikv.log &
日志:
[WARN] [config.rs:775] [“not on SSD device”] [data_path=/data/tikv/raft]
[ERROR] [server.rs:854] [“failed to init io snooper”] [err_code=KV:Unknown] [err=“"IO snooper is not started due to not compiling with BCC"”]
[FATAL] [server.rs:698] [“failed to start node: "[src/server/node.rs:222]: cluster ID mismatch, local 7308238932952239016 != remote 7308318041076050503, you are trying to connect to another cluster, please reconnect to the correct PD"”]

【遇到的问题:问题现象及影响】
由于资源紧张,上级重启了一下系统,在重启系统后 数据库 pd 可以正常启动,但是启动service 的时候就启动不了

【资源配置】进入到 TiDB Dashboard -集群信息 (Cluster Info) -主机(Hosts) 截图此页面
【附件:截图/日志/监控】

通过报错显示:你应该是连接集群名称错了

这不仅仅是重启了下系统吧,这个日志表明, TiKV 连到的 PD 中记录的 cluster_id 与自身的不符,这套集群出过什么问题吗

检查这个pd集群对应的是不是这个tikv的集群。

是不是做过pd recovery了

修改过集群名?

看看是否能稳定复现,正常来说描述里的操作不会导致标题的结果

没有用tiup啊?这是连错pd节点了吧

提示的比较明显了,pd不是这个集群的pd