[ 
https://issues.apache.org/jira/browse/HBASE-25783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiaolin Ha updated HBASE-25783:
-------------------------------
    Description: 
There is a case on our production cluster,
 # RS1 crash;
 # bulk assign some RS1 regions to RS2, including region A;
 # RS2 crash;
 # bulk assign RS2 regions to RS3, including region A;
 # the first assign of A to RS2 failed and reassign A;
 # close A on RS2, but A is PENDING_OPEN on RS2;
 # A FAILED_OPEN;

 

  was:We used 


> Close PENDING_OPEN regions make regions FAILED_CLOSE
> ----------------------------------------------------
>
>                 Key: HBASE-25783
>                 URL: https://issues.apache.org/jira/browse/HBASE-25783
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 1.2.4, 1.4.13
>            Reporter: Xiaolin Ha
>            Assignee: Xiaolin Ha
>            Priority: Major
>
> There is a case on our production cluster,
>  # RS1 crash;
>  # bulk assign some RS1 regions to RS2, including region A;
>  # RS2 crash;
>  # bulk assign RS2 regions to RS3, including region A;
>  # the first assign of A to RS2 failed and reassign A;
>  # close A on RS2, but A is PENDING_OPEN on RS2;
>  # A FAILED_OPEN;
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to