Error during data import with tidb-lightning: only table structure is present, no data

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: tidb-lightning导入数据时,报错,只有表结构没有数据

| username: xiaoxiaozuofang

[Test Environment for TiDB]
[TiDB Version] tidbv6.1.0
[Reproduction Path] Operations performed that led to the issue
[Encountered Issue: Issue Phenomenon and Impact]
[Resource Configuration]
[Attachment: Screenshot/Log/Monitoring]

| username: hey-hoho | Original post link

According to the error message, clear the checkpoint

./tidb-lightning-ctl --checkpoint-remove=‘…’ --config=…

| username: hey-hoho | Original post link

Or check if there is an xxx.pb file under /tmp. Delete it and try again.

| username: xiaoxiaozuofang | Original post link

After deleting the xxx.pb file, the command execution returned to normal.

| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.