br恢复报错tiflash状态为Disconnected

通过手动删除tiup ctl:v4.0.9 pd store -u http://xxx.xxx.xxx:2379 store delete 63 也删不掉。pd store里面还是存在

请下确认下 tidb 侧所有 tiflash replica 都已被删除

select * from information_schema.tiflash_replica;

再确认 pd 侧与 TiFlash 相关的数据同步规则是否都已被删除

curl http://<pd_ip>:<pd_port>/pd/api/v1/config/rules/group/tiflash

select * from information_schema.tiflash_replica; 确认删除了。但是 tiup ctl:v4.0.9 pd store -u http://xxx.xxx.xxx:2379 store delete 63 删除pd里面的信息时,删不掉。现在我把整个集群都销毁了,重新恢复,然后再把select * from information_schema.tiflash_replica; 这个设置为0;然后再添加tiflash试下。 主要我原来的目的是,搭建新的集群,有包括tiflash,然后直接恢复的,但是恢复失败了。哎

此话题已在最后回复的 1 分钟后被自动关闭。不再允许新回复。