You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2014/06/18 20:58:26 UTC

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

    [ https://issues.apache.org/jira/browse/ACCUMULO-547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14036170#comment-14036170 ] 

Christopher Tubbs commented on ACCUMULO-547:
--------------------------------------------

Please link to the issue that superceded this one, where the work was done.

> 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)