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

Semi-sync Slave Falsely Logs that Master has Semi-sync Disabled

    XMLWordPrintable

Details

    Description

      During testing MDEV-32551, a semi-sync slave will always output the following error when connecting to a master

      [Note] Slave has semi-sync enabled but master server does not. Semi-sync will be activated when master  enables it
      

      even if the master has semi-sync enabled. The code has a false negation to output the message:

        if (!strcmp(row[1], "ON"))
          sql_print_information("Slave has semi-sync enabled but master server does "
                                "not. Semi-sync will be activated when master "
                                " enables it");
      

      Note too, the extra space between the words "master" and "enables" which should be removed.

      Attachments

        Issue Links

          Activity

            People

              monty Michael Widenius
              bnestere Brandon Nesterenko
              Votes:
              0 Vote for this issue
              Watchers:
              2 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.