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

region_mover#getTable() should use TableName.toString() instead of Bytes.toString()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.98.0, 0.96.0
    • None
    • None
    • Reviewed

    Description

      region_mover#getTable() has the following code:

        key = Bytes.toString(name)
      

      where name is TableName. However there is no Bytes.toString(TableName) defined.
      TableName.toString() should be used instead.

      Attachments

        1. 9236-v1.txt
          0.4 kB
          Ted Yu

        Activity

          People

            yuzhihong@gmail.com Ted Yu
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: