[
https://issues.apache.org/jira/browse/HBASE-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017290#comment-13017290
]
stack commented on HBASE-3756:
------------------------------
So, problem is actually with a restarted master, only. I can move a .META. and
a -ROOT- -- as long as I supply encoded name only. But if I restart master, it
then fails. Its because we don't register .META. and --ROOT-- locations in the
regions list if already deployed when new master comes up.
> Can't move META or ROOT from shell
> ----------------------------------
>
> Key: HBASE-3756
> URL: https://issues.apache.org/jira/browse/HBASE-3756
> Project: HBase
> Issue Type: Bug
> Reporter: stack
> Priority: Critical
>
> Fails with unknownregionexception:
> {code}
> ERROR: java.lang.reflect.UndeclaredThrowableException:
> org.apache.hadoop.hbase.UnknownRegionException: -ROOT-,,0,70236052
> at org.apache.hadoop.hbase.master.HMaster.move(HMaster.java:729)
> at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.hadoop.hbase.ipc.HBaseRPC$Server.call(HBaseRPC.java:570)
> at
> org.apache.hadoop.hbase.ipc.HBaseServer$Handler.run(HBaseServer.java:1039)
> {code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira