Uploaded image for project: 'MariaDB MaxScale'
  1. MariaDB MaxScale
  2. MXS-406

Galeramon to set the preferred donor nodes

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • 2.1.0
    • galeramon
    • None
    • 2017-25

    Description

      Galeramon should be able to control which nodes are the preferred as the donor with the wsrep_sst_donor variable. This would allow joining nodes to choose "slave" nodes which will allow MaxScale to influence the donor choosing process.

      The monitor could execute SELECT @@wsrep_node_name; on a non-master node of the cluster and then assign the preferred SST donor node with SET GLOBAL wsrep_sst_donor=my_donor_node1.

      MariaDB [(none)]> select @@wsrep_node_name;
      +-----------------------+
      | @@wsrep_node_name     |
      +-----------------------+
      | localhost.localdomain |
      +-----------------------+
      1 row in set (0.00 sec)
       
      MariaDB [(none)]> set global wsrep_sst_donor = "localhost.localdomain";
      Query OK, 0 rows affected (0.00 sec)
      

      Attachments

        Activity

          People

            Massimiliano Pinto Massimiliano Pinto (Inactive)
            markus makela markus makela
            Votes:
            1 Vote for this issue
            Watchers:
            3 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.