[ 
https://issues.apache.org/jira/browse/HBASE-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017294#comment-13017294
 ] 

stack commented on HBASE-3756:
------------------------------

Let me see if I can come up w/ a unit test to go w/ the patch....

I got into this scenario when a but in rolling restart crashed the master. I 
brought master back online and then reran rolling restart.  It ran fine till it 
came to the .META. region.... then fell into a loop of trying to move but 
failing.

> 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
>         Attachments: 3756.txt
>
>
> 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

Reply via email to