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

Hudson commented on HBASE-9236:
-------------------------------

SUCCESS: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #680 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/680/])
HBASE-9236 region_mover#getTable() should use TableName.toString() instead of 
Bytes.toString() (tedyu: rev 1514552)
* /hbase/trunk/bin/region_mover.rb

                
> region_mover#getTable() should use TableName.toString() instead of 
> Bytes.toString()
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-9236
>                 URL: https://issues.apache.org/jira/browse/HBASE-9236
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.96.0
>
>         Attachments: 9236-v1.txt
>
>
> region_mover#getTable() has the following code:
> {code}
>   key = Bytes.toString(name)
> {code}
> where name is TableName. However there is no Bytes.toString(TableName) 
> defined.
> TableName.toString() should be used instead.

--
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