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.