You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/07/07 06:54:50 UTC

[jira] Created: (HBASE-2818) Cannot force a region to close when it has no RS entry in META

Cannot force a region to close when it has no RS entry in META
--------------------------------------------------------------

                 Key: HBASE-2818
                 URL: https://issues.apache.org/jira/browse/HBASE-2818
             Project: HBase
          Issue Type: Bug
          Components: master
    Affects Versions: 0.21.0
            Reporter: Todd Lipcon


I have a region that's open on a server, but META thinks it's not deployed anywhere. I get the following when trying to close it:

hbase(main):002:0> close_region 'usertable,user302806495,1278457018956.c4ad0681f7be3995490c745861af66ea.', '192.168.42.41:60020'

ERROR: java.io.IOException: java.io.IOException: java.lang.NullPointerException
        at org.apache.hadoop.hbase.util.Bytes.toLong(Bytes.java:479)
        at org.apache.hadoop.hbase.util.Bytes.toLong(Bytes.java:453)
        at org.apache.hadoop.hbase.master.HMaster.modifyTable(HMaster.java:1021)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-2818) Cannot force a region to close when it has no RS entry in META

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-2818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899679#action_12899679 ] 

Jean-Daniel Cryans commented on HBASE-2818:
-------------------------------------------

Tripped into that one too today, along with HBASE-2522. Seriously reduced my ability to fix the issue.

> Cannot force a region to close when it has no RS entry in META
> --------------------------------------------------------------
>
>                 Key: HBASE-2818
>                 URL: https://issues.apache.org/jira/browse/HBASE-2818
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.90.0
>            Reporter: Todd Lipcon
>
> I have a region that's open on a server, but META thinks it's not deployed anywhere. I get the following when trying to close it:
> hbase(main):002:0> close_region 'usertable,user302806495,1278457018956.c4ad0681f7be3995490c745861af66ea.', '192.168.42.41:60020'
> ERROR: java.io.IOException: java.io.IOException: java.lang.NullPointerException
>         at org.apache.hadoop.hbase.util.Bytes.toLong(Bytes.java:479)
>         at org.apache.hadoop.hbase.util.Bytes.toLong(Bytes.java:453)
>         at org.apache.hadoop.hbase.master.HMaster.modifyTable(HMaster.java:1021)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.