Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: tiub lightning 导入数据的时候报错
When starting to import data, an error is reported: [“restore failed”] [error=“build local backend failed: [PD:client:ErrClientCreateTSOStream]create TSO stream failed”]
Has anyone encountered and resolved this issue?
What version?
What actions were taken?
From the error log, it appears that PD is not functioning properly…
The version is V5.4.0. When using the command nohup ./tidb-lightning -config tidb-lightning.toml > nohup.out &
, an error occurred right at the beginning of the data import.
The TiDB dashboard can be logged in normally.
Check the PD logs? It should be its issue.
It seems to be an issue with PD. Is the PD address configuration for importing the file correct?
It should not be an address issue. If I intentionally write the address incorrectly, it will directly report that my address is incorrect. However, this error is “create TSO stream failed.”