[MDEV-8034] wsrep_node_address can't be ipv6 Created: 2015-04-22 Updated: 2016-02-17 Resolved: 2015-09-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Fix Version/s: | 10.1.8 |
| Type: | Task | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | galera, ipv6 | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
sql/wsrep_utils.cc:wsrep_guess_ip
Haven't checked wsrep_cluster_address or any of the sst scripts. |
| Comments |
| Comment by Nirbhay Choubey (Inactive) [ 2015-09-03 ] |
| Comment by Nirbhay Choubey (Inactive) [ 2015-09-04 ] |
|
http://lists.askmonty.org/pipermail/commits/2015-September/008301.html |
| Comment by Jan Lindström (Inactive) [ 2015-09-09 ] |
|
Comments on email. |
| Comment by Nirbhay Choubey (Inactive) [ 2015-09-09 ] |
|
jplindst I received no email. Have you sent it already? |
| Comment by Nirbhay Choubey (Inactive) [ 2015-09-16 ] |
|
https://github.com/MariaDB/server/commit/bb52905432779d1648241baa5945c61617f2d58f |
| Comment by Daniel Black [ 2015-09-16 ] |
|
thank you |
| Comment by Wido den Hollander [ 2016-02-17 ] |
|
This is marked as resolved, but trying with MariaDB 10.1 this is still failing for me. My configuration:
MariaDB fails to start and this is what I see in my logs:
So it has troubles parsing the IPv6 address. I also tried: wsrep_node_address="[2a00:f10:121:XX:XX:a0ff:fe00:1bc7]" But that failed as well. WSREP: Can't parse port number from '1bc7]': 22 (Invalid argument) This is on a Ubuntu 14.04 system with 10.1.11+maria-1~trusty Anything I'm missing here? The documentation doesn't show anything regarding IPv6. |
| Comment by Nirbhay Choubey (Inactive) [ 2016-02-17 ] |
|
This is because of a limitation in galera library : https://github.com/codership/galera/issues/338 |
| Comment by Wido den Hollander [ 2016-02-17 ] |
|
Ok, but since this issues was marked as resolved I assumed the problem was resolved. So currently it is not possible to run Galera clusters on IPv6-only? |
| Comment by Nirbhay Choubey (Inactive) [ 2016-02-17 ] |
There were some limitations in MariaDB code base too, now resolved.
Some workarounds have been suggested in the last few comments : https://groups.google.com/forum/#!topic/codership-team/ERsd_-9YLr0 |