Skip to content
  • Nuno Carvalho's avatar
    244d369e
    BUG#28866495: CENTRALIZE THE LEAVE ON ERROR CODE FOR ALL COMPONENTS · 244d369e
    Nuno Carvalho authored
    When a member in Group Replication is faced to a error it does the
    following steps:
     1) changes its state to ERROR;
     2) leave the group;
     3) on network failures will attempt to rejoin;
     4) follows group_replication_exit_state_action.
    While new features were added, several implementations of these
    steps were introduced, which led to code duplication.
    
    This patch does merge all these implementations into a single one.
    Also it obsoletes two error messages that are no more used.
    
    ReviewBoard: 22283
    244d369e
    BUG#28866495: CENTRALIZE THE LEAVE ON ERROR CODE FOR ALL COMPONENTS
    Nuno Carvalho authored
    When a member in Group Replication is faced to a error it does the
    following steps:
     1) changes its state to ERROR;
     2) leave the group;
     3) on network failures will attempt to rejoin;
     4) follows group_replication_exit_state_action.
    While new features were added, several implementations of these
    steps were introduced, which led to code duplication.
    
    This patch does merge all these implementations into a single one.
    Also it obsoletes two error messages that are no more used.
    
    ReviewBoard: 22283
Loading