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:06:19 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-8704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Attachment: HBASE-8704.patch
    
> 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
>
>         Attachments: HBASE-8704.patch
>
>
> {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