I see the error is transport(Full). Is it because TiKV is responding slowly? Check the Grafana monitoring to see if the overall response time of TiKV is normal?
Is your cluster okay? Try manually executing the following query: SELECT cp_schema, cp_table, binlog_name, binlog_pos, binlog_gtid, exit_safe_binlog_name, exit_safe_binlog_pos, exit_safe_binlog_gtid, table_info, is_global FROM task_oss_merge_incremental_0304.task_oss_merge_incremental_0304_syncer_checkpoint WHERE id = ?
Then your cluster is under too much pressure, and the data can’t be queried. DM must have reported an error. Check the logs and monitoring to see why the cluster is under such heavy pressure…
Looking at the heatmap, the current read and write pressure is not high, and the cluster resources are also very sufficient. I have now stopped all DM tasks.
After waiting for a while, it worked. The reason was that there was a table containing large fields. After filtering it and resynchronizing, it worked. I don’t know why this task didn’t report an error but affected the entire cluster.