You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to project-...@googlegroups.com
Hi,
Quick but (more and more) important question: does Voldemort support IPv6 out of the box? I assume it does, currently have no access to an IPv6 box but will have to deploy to one in the near future.
--Maarten
Maarten Koopmans
unread,
Apr 4, 2012, 10:59:50 AM4/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to project-...@googlegroups.com
Sadly, it doesn't. Hostnames get resolved to IPv4. So if you're running a dual stack cluster, use explicit IP addresses in your cluster.xml
Jeff Clites
unread,
May 10, 2012, 10:23:13 PM5/10/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to project-...@googlegroups.com
Actually it looks like Voldemort just uses java.net.InetSocketAddress,
constructed via the hostname, so IPv6 should work. You may have to set
java.net.preferIPv6Addresses=true if your DNS returns both IPv4 and
IPv6 addresses.