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

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

    [ https://issues.apache.org/jira/browse/HBASE-8704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13678616#comment-13678616 ] 

Hudson commented on HBASE-8704:
-------------------------------

Integrated in hbase-0.95-on-hadoop2 #124 (See [https://builds.apache.org/job/hbase-0.95-on-hadoop2/124/])
    HBASE-8704 Log the table name in ServerCallable.prepare (Revision 1490724)

     Result = FAILURE
stack : 
Files : 
* /hbase/branches/0.95/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ServerCallable.java

                
> 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