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

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

    Status: Patch Available  (was: Open)
    
> 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

Reply via email to