Details
Description
Galera4 is not able to report proper address of members from the cluster:
How to reproduce
1. Strat maria with galera4:
mysqld --no-defaults --wsrep_on=ON --wsrep_provider=/usr/lib64/galera-4/libgalera_smm.so --wsrep_sst_method=mariabackup --user=mysql --binlog_format=ROW --wsrep_cluster_address=gcomm:// --wsrep_node_address=10.126.47.243 --bind_address=10.126.47.243
|
2. Check wsrep_incoming_addresses variable:
mysql -e "SHOW GLOBAL STATUS LIKE 'wsrep_inc%'"
|
Result
+--------------------------+-------+
|
| Variable_name | Value |
|
+--------------------------+-------+
|
| wsrep_incoming_addresses | AUTO |
|
+--------------------------+-------+
|
Attachments
Issue Links
- relates to
-
MDEV-28295 wsrep_server_incoming_address inc_addr unused
- Closed