Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: tikv启动报错

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: tikv启动报错
Judging by the error, it seems that TiFlash failed to start.
Could it be that PD has crashed, and the request to PD returned without a leader?
The error message clearly states that there is no PD leader when requesting PD. You need to first check and address the health status of the PD cluster.
Use tiup cluster display
to check if the cluster status is normal. Based on the error, it seems to be an issue with PD.
Check the PD nodes in the cluster using tiup cluster display
to see if they are functioning properly.
Thank you all for your answers, the issue has been resolved.