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

Cluster node is not updating mysql.wsrep_allowlist table on restart

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Not a Bug
    • 10.9
    • N/A
    • Galera
    • None

    Description

      Cluster node is not updating mysql.wsrep_allowlist table based on wsrep_allowlist variable in configuration file on restart

      MariaDB [(none)]> select * from mysql.wsrep_allowlist;
      +----------------+
      | ip             |
      +----------------+
      | 192.168.100.10 |
      | 192.168.100.20 |
      | 192.168.100.30 |
      +----------------+
      3 rows in set (0.011 sec)
       
      MariaDB [(none)]> show variables like 'wsrep_allowlist';
      +-----------------+-------------------------------+
      | Variable_name   | Value                         |
      +-----------------+-------------------------------+
      | wsrep_allowlist | 192.168.100.10,192.168.100.20 |
      +-----------------+-------------------------------+
      1 row in set (0.002 sec)
       
      MariaDB [(none)]> \q
      Bye
      vagrant@node1:~$ grep wsrep_allowlist my.cnf 
      wsrep_allowlist="192.168.100.10,192.168.100.20"
      vagrant@node1:~$ 
      

      Attachments

        Issue Links

          Activity

            People

              ramesh Ramesh Sivaraman
              ramesh Ramesh Sivaraman
              Votes:
              0 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.