Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-547

accumulo not compatible with IPv6

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Not A Problem
    • 1.4.0
    • None
    • client, master, tserver
    • None

    Description

      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!

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              afuchs Adam Fuchs
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: