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

Hudson commented on HBASE-4127:
-------------------------------

Integrated in HBase-TRUNK #2046 (See 
[https://builds.apache.org/job/HBase-TRUNK/2046/])
    HBASE-4127 Don't modify table's name away in HBaseAdmin

nspiegelberg : 
Files : 
* 
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/handler/ModifyTableHandler.java
* /hbase/trunk/CHANGES.txt


> HBaseAdmin : Don't modify table's name away
> -------------------------------------------
>
>                 Key: HBASE-4127
>                 URL: https://issues.apache.org/jira/browse/HBASE-4127
>             Project: HBase
>          Issue Type: Bug
>          Components: client, master
>    Affects Versions: 0.92.0
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>            Priority: Blocker
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4127.patch
>
>
> One of the developers was using the default constructor for HTableDescriptor, 
> which is sadly a bad constructor that should never be used. It made the 
> tablename empty in META & caused an ERROR cycle as region onlining kept 
> failing. We should have never let this happen. Don't do table modifications 
> if the HTableDescriptor name doesn't match the table name passed in.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to