Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: ticdc changefeed 同步任务失败

[TiDB Usage Environment] Production Environment
[TiDB Version] v4.0.16 version data synchronized to v6.5.0 version via ticdc changefeed
[Reproduction Path] Operations performed that led to the issue
[Encountered Issue: Issue Phenomenon and Impact]
[Resource Configuration]
[Attachments: Screenshots/Logs/Monitoring]
The following log is consistently reported in the logs:
[2023/07/07 09:50:20.081 +08:00] [WARN] [client.go:774] ["send request to stream failed"] [addr=10.0.1.39:20160] [storeID=55663883] [regionID=60153811] [requestID=53768]
[error=EOF]
Should we check if there is an issue with the tikv service? I’ll investigate first. Experienced experts, please provide troubleshooting suggestions and ideas, thank you!
After observing, it seems that the reason for the changefeed task’s checkpoint not updating is not because of this. The fundamental reason is that the checkpointTs is not updating, causing the corresponding task to also not update!