[
https://issues.apache.org/jira/browse/ACCUMULO-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher Tubbs updated ACCUMULO-547:
---------------------------------------
Assignee: (was: Christopher Tubbs)
> 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.1#6144)