Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-27697

slave must recogzize incomplete replication event group

    XMLWordPrintable

Details

    Description

      In cases of a faulty master or an incorrect binlog event producer, that slave is working with,
      sends an incomplete group of events slave must react with an error to not to log
      into the relay-log any new events that do not belong to the incomplete group.
      For example when the slave input is like

      Gtid_event g1;
      --error ER_INCOMPLETE_REPLICATION_EVENT_GROUP
      Gtid_event g2;
      

      the slave must error out at g2 receiving.

      Attachments

        Activity

          People

            Elkin Andrei Elkin
            Elkin Andrei Elkin
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.