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

Christopher Tubbs reassigned ACCUMULO-547:
------------------------------------------

    Assignee: Christopher Tubbs
    
> accumulo not compatible with IPv6
> ---------------------------------
>
>                 Key: ACCUMULO-547
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-547
>             Project: Accumulo
>          Issue Type: Bug
>          Components: client, master, tserver
>    Affects Versions: 1.4.0
>            Reporter: Adam Fuchs
>            Assignee: Christopher Tubbs
>             Fix For: 1.6.0
>
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to