error parsing url with ipv6 address
Error parsing url with ipv6 address:
The offending code is in ha_config.cc. addr = IOAddress(p->second->getUrl().getHostname());
It should have called getStrippedHostname() there. Alternatively, the url could have been left as an Url object.
It's worth pondering if getHostname() should be replaced with getStrippedHostname() everywhere in support of IPv6.