You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Adam Fuchs (Created) (JIRA)" <ji...@apache.org> on 2012/04/19 16:36:42 UTC

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

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


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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira