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

Log the table name in ServerCallable.prepare.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 0.98.0, 0.95.1
    • None
    • None
    • Reviewed

    Description

      if (this.location == null) {
            throw new IOException("Failed to find location, tableName=" + tableName + ", row=" +
              Bytes.toString(row) + ", reload=" + reload);
          }
      

      Here table name is byte[]. We should print the String representation of it.

      Attachments

        1. HBASE-8704.patch
          0.9 kB
          ramkrishna.s.vasudevan

        Activity

          People

            ram_krish ramkrishna.s.vasudevan
            ram_krish ramkrishna.s.vasudevan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: