Scenario
An error occurred while DTS was synchronizing incremental data based on a task that contains incremental data migration or synchronization. The error log information contains "I/O error while reading from client socket java.io.IOException: EOF encountered".
Keywords
I/O error while reading from client socket java.io.IOException: EOF encountered
Possible Causes
The value of the net_write_timeout parameter set for the source MySQL database is too small.
Solutions
Pause the task.
Run the set global net_write_timeout=28800 command on the source database, and then restart the task.
If this error persists, contact DTS technical support for troubleshooting.