Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: lightning物理导入时异常
[TiDB Usage Environment] Production Environment
[TiDB Version] 7.5.1
[Encountered Problem: Problem Phenomenon and Impact]
When using dumpling for logical export and importing with lightning in another cluster, configured for physical import, the issue shown in the image below was encountered.
At that time, there was no TICDC publishing any tables to the target database I wanted to import. I had to switch to tidb mode to import the data.
tiup dumpling -h 172.18.131.254 -P 4000 -F 100MB \
--compress gzip \
--database service \
-o "s3://dqc/?endpoint=http://xxx.xxx.xxx.xx:9000&access-key=&secret-access-key=" 2>&1 | tee dumpling_stdout.log
[Attachment: Screenshot]