Skip to content
  • Daogang.qu's avatar
    8b53b007
    Bug#18091217 SLAVE I/O THREAD WON'T ATTEMPT AUTO RECONNECT TO THE MASTER / ERROR-CODE 1159 · 8b53b007
    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.
    8b53b007
    Bug#18091217 SLAVE I/O THREAD WON'T ATTEMPT AUTO RECONNECT TO THE MASTER / ERROR-CODE 1159
    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.
Loading