[MDEV-5487] status variable wsrep_incoming_addresses unmatch with wsrep_cluster_address in cnf file Created: 2013-12-24 Updated: 2016-10-13 Resolved: 2014-01-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.34-galera |
| Fix Version/s: | 5.5.35 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | wx | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | galera | ||
| Environment: |
centos 6.5 x64, MariaDB-Galera-server-5.5.34-1.x86_64 |
||
| Issue Links: |
|
||||||||
| Description |
|
4 node cluster, eth0 is 100mbps,eth1 1Gbps wsrep_cluster_address="gcomm://192.168.10.61,192.168.10.62,192.168.10.63,192.168.10.64" cluster running ok. but:
may be it should be 10.6x ,not 6.6x regards |
| Comments |
| Comment by Elena Stepanova [ 2013-12-26 ] |
|
Nirbhay, |
| Comment by wx [ 2014-01-02 ] |
|
i will check it when i upgrade to 5.5.35. regards |
| Comment by Nirbhay Choubey (Inactive) [ 2014-01-08 ] |
|
While wsrep_cluster_address has to be specified at the node start, ip addr show | grep '^\s*inet' | grep -m1 global | awk ' {print $2 }' | sed 's/\/.*//' |