You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/01/11 21:46:59 UTC

[jira] Created: (HBASE-1120) Can't 'close_region' the catalog '-ROOT-,,0' region

Can't 'close_region' the catalog '-ROOT-,,0' region
---------------------------------------------------

                 Key: HBASE-1120
                 URL: https://issues.apache.org/jira/browse/HBASE-1120
             Project: Hadoop HBase
          Issue Type: Bug
            Reporter: stack


{code}
hbase(main):003:0> close_region '-ROOT-,,0'
NativeException: java.io.IOException: java.io.IOException: java.lang.NullPointerException
 at org.apache.hadoop.hbase.master.HMaster.modifyTable(HMaster.java:830)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
...
{code}

Presumption is that its a region that can be found in .META. whereas, I have a cluster where master and regionserver don't agree on -ROOT- and want to close '-ROOT-,,0' but get the NPE when I try.

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


[jira] Assigned: (HBASE-1120) Can't 'close_region' the catalog '-ROOT-,,0' region

Posted by "Jim Kellerman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Kellerman reassigned HBASE-1120:
------------------------------------

    Assignee:     (was: Jim Kellerman)

> Can't 'close_region' the catalog '-ROOT-,,0' region
> ---------------------------------------------------
>
>                 Key: HBASE-1120
>                 URL: https://issues.apache.org/jira/browse/HBASE-1120
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>
> {code}
> hbase(main):003:0> close_region '-ROOT-,,0'
> NativeException: java.io.IOException: java.io.IOException: java.lang.NullPointerException
>  at org.apache.hadoop.hbase.master.HMaster.modifyTable(HMaster.java:830)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>  at java.lang.reflect.Method.invoke(Method.java:597)
> ...
> {code}
> Presumption is that its a region that can be found in .META. whereas, I have a cluster where master and regionserver don't agree on -ROOT- and want to close '-ROOT-,,0' but get the NPE when I try.

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


[jira] Assigned: (HBASE-1120) Can't 'close_region' the catalog '-ROOT-,,0' region

Posted by "Jim Kellerman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Kellerman reassigned HBASE-1120:
------------------------------------

    Assignee: Jim Kellerman

> Can't 'close_region' the catalog '-ROOT-,,0' region
> ---------------------------------------------------
>
>                 Key: HBASE-1120
>                 URL: https://issues.apache.org/jira/browse/HBASE-1120
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Jim Kellerman
>
> {code}
> hbase(main):003:0> close_region '-ROOT-,,0'
> NativeException: java.io.IOException: java.io.IOException: java.lang.NullPointerException
>  at org.apache.hadoop.hbase.master.HMaster.modifyTable(HMaster.java:830)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>  at java.lang.reflect.Method.invoke(Method.java:597)
> ...
> {code}
> Presumption is that its a region that can be found in .META. whereas, I have a cluster where master and regionserver don't agree on -ROOT- and want to close '-ROOT-,,0' but get the NPE when I try.

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