• Brandon Nesterenko's avatar
    MDEV-32892: IO Thread Reports False Error When Stopped During Connecting to Primary · 744580d5
    Brandon Nesterenko authored
    The IO thread can report error code 2013 into the error log when it
    is stopped during the initial connection process to the primary, as
    well as when trying to read an event. However, because the IO thread
    is being stopped, its connection to the primary is force-killed by
    the signaling thread (see THD::awake_no_mutex()), and thereby these
    connection errors should be ignored.
    
    Reviewed By:
    ============
    Kristian Nielsen <knielsen@knielsen-hq.org>
    744580d5
rpl_stop_slave_error.result 329 Bytes