You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cluster_backend_zeromq: Set Cluster::Backend::ZeroMQ::ipv6=T when needed
Now that Cluster::Backend::ZeroMQ::ipv6 defaults to false, ensure it is
toggled to true if any of the node addresses resolves to an IPv6 address.
Also, add brackets around IPv6 addresses for the ZeroMQ endpoints as otherwise
ZeroMQ will consider the addresses as a device. Add a test for this, too.
Relates to #5251
0 commit comments