Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-7916

HMaster uses wrong InetSocketAddress parameter to throw exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.94.5
    • 0.94.6
    • None
    • None
    • Reviewed

    Description

      Doing "throw new IllegalArgumentException("Failed resolve of " + this.isa);" while isa is not initialized. Should be throw new IllegalArgumentException("Failed resolve of " + initialIsa); like in trunk

      Attachments

        1. HBASE-7916-v0-0.94.patch
          0.7 kB
          Jean-Marc Spaggiari

        Activity

          People

            jmspaggi Jean-Marc Spaggiari
            jmspaggi Jean-Marc Spaggiari
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: