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.