You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/06/10 17:50:02 UTC

[jira] [Resolved] (ACCUMULO-547) accumulo not compatible with IPv6

     [ https://issues.apache.org/jira/browse/ACCUMULO-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser resolved ACCUMULO-547.
---------------------------------

    Resolution: Not a Problem

Since 1.5.0 (I think), we've switched over a bunch of the service address parsing code to using Guava's HostAndPort class instead of rolling our own host parsing code. Given my understanding, this is no longer an issue. Please re-open if I'm wrong.

> accumulo not compatible with IPv6
> ---------------------------------
>
>                 Key: ACCUMULO-547
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-547
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: client, master, tserver
>    Affects Versions: 1.4.0
>            Reporter: Adam Fuchs
>            Priority: Minor
>
> org.apache.accumulo.core.util.AddressUtil.parseAddress and org.apache.accumulo.core.util.ServerServices.getAddress both try to pull off a port number by parsing on ':'. IPv6 addresses look like 0:0:0:0:0:0:0, so the address of a tablet server stored in Zookeeper might look like 0:0:0:0:0:0:0:1:9997. All of the extra colons make our parsing code fail. Fix it!



--
This message was sent by Atlassian JIRA
(v6.2#6252)