You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2013/06/07 09:04:20 UTC

[jira] [Created] (HBASE-8704) Log the table name in ServerCallable.prepare.

ramkrishna.s.vasudevan created HBASE-8704:
---------------------------------------------

             Summary: Log the table name in ServerCallable.prepare.
                 Key: HBASE-8704
                 URL: https://issues.apache.org/jira/browse/HBASE-8704
             Project: HBase
          Issue Type: Improvement
            Reporter: ramkrishna.s.vasudevan
            Assignee: ramkrishna.s.vasudevan
            Priority: Trivial
             Fix For: 0.98.0, 0.95.1


{code}
if (this.location == null) {
      throw new IOException("Failed to find location, tableName=" + tableName + ", row=" +
        Bytes.toString(row) + ", reload=" + reload);
    }
{code}
Here table name is byte[].  We should print the String representation of it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira