-
Daogang.qu authored
The slave receiver thread stops due to the 'ER_NET_READ_INTERRUPTED' or 'ER_NET_WRITE_INTERRUPTED' error is encountered while getting timestamp, server id from master, setting @master_heartbeat_period and so on. To fix the problem, we fix to handle the 'ER_NET_READ_INTERRUPTED' and 'ER_NET_WRITE_INTERRUPTED' errors as transient network errors. Then the slave receiver thread attempts to automatically reconnect to the master on these errors.
Daogang.qu authoredThe slave receiver thread stops due to the 'ER_NET_READ_INTERRUPTED' or 'ER_NET_WRITE_INTERRUPTED' error is encountered while getting timestamp, server id from master, setting @master_heartbeat_period and so on. To fix the problem, we fix to handle the 'ER_NET_READ_INTERRUPTED' and 'ER_NET_WRITE_INTERRUPTED' errors as transient network errors. Then the slave receiver thread attempts to automatically reconnect to the master on these errors.
Loading