【 TiDB 使用环境】生产环境
【 TiDB 版本】
【复现路径】用tiup执行扩容,命令
【遇到的问题:问题现象及影响】
tikv一直处理offline状态,日志如下:
[2023/11/09 00:46:14.608 +08:00] [FATAL] [server.rs:1099] [“failed to start node: Other("[components/pd_client/src/util.rs:878]: duplicated store address: id:1005 address:\"1.1.1.210:20160\" version:\"6.5.0\" peer_address:\"1.1.1.210:20160\" status_address:\"1.1.1.210:20180\" git_hash:\"47b81680f75adc4b7200480cea5dbe46ae07c4b5\" start_timestamp:1699461974 deploy_path:\"/usr/local/tikvtest/tikv-20160/bin\" , already registered by id:7 address:\"1.1.1.210:20160\" state:Offline version:\"6.5.0\" peer_address:\"1.1.1.210:20160\" status_address:\"1.1.1.210:20180\" git_hash:\"47b81680f75adc4b7200480cea5dbe46ae07c4b5\" start_timestamp:1695720782 deploy_path:\"/usr/local/tikvtest/tikv-20160/bin\" last_heartbeat:1699438910562858261 node_state:Removing ")”]
扩容前确认部署路径和数据存储目录都不存在,应该不会有冲突问题,麻烦大神们看下什么原因