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

slave must recogzize incomplete replication event group

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

          Elkin Andrei Elkin added a comment -

          06993643c80 is the commit with the fixes in bb-10.2-andrei (the top 3 commits of the branch are about simulation to help QA-ing, won't be pushed in the main trees).

          Elkin Andrei Elkin added a comment - 06993643c80 is the commit with the fixes in bb-10.2-andrei (the top 3 commits of the branch are about simulation to help QA-ing, won't be pushed in the main trees).

          Review done, I left a few questions on the GH commit and Slack

          bnestere Brandon Nesterenko added a comment - Review done, I left a few questions on the GH commit and Slack

          Approved 1bcdc3e.

          bnestere Brandon Nesterenko added a comment - Approved 1bcdc3e .

          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.