Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Not a Bug
-
Affects Version/s: 10.9
-
Fix Version/s: N/A
-
Component/s: Galera
-
Labels: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
- relates to
-
MDEV-27246 Implement a method to add IPs to allowlist for Galera Cluster node addresses that can make SST/IST requests
-
- Closed
-