You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Xu Cang (JIRA)" <ji...@apache.org> on 2019/08/04 04:53:00 UTC

[jira] [Comment Edited] (HBASE-22780) Missing table descriptor may cause STUCK Region-In-Transition forever

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

Xu Cang edited comment on HBASE-22780 at 8/4/19 4:52 AM:
---------------------------------------------------------

looks good! Could you please click the "submit patch"button to submit this patch. It will trigger hadoop-qa testing. Thanks!

Also, is that possible to add a unit test?  [~yu-huiyang]


was (Author: xucang):
looks good! Could you please click the "submit patch"button to submit this patch. It will trigger hadoop-qa testing. Thanks!

Also, is that possible to add a unit test? 

> Missing table descriptor may cause STUCK Region-In-Transition  forever
> ----------------------------------------------------------------------
>
>                 Key: HBASE-22780
>                 URL: https://issues.apache.org/jira/browse/HBASE-22780
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.1.1
>            Reporter: yuhuiyang
>            Priority: Major
>         Attachments: HBASE-22780-branch-2.1-01.patch
>
>
> AssignProcedure plan to open a region R1  on regionserver RS1 and RS1 failed due to missing table descriptor exception (throw new IOException("Missing table descriptor for " + region.getEncodedName()).  If the region is planned to this regionserver RS1 again , it will ignor this request and do nothing . So the region R1 will be in Region-In-Transition state forever even if the missing table descriptor problem has been solved! 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)