[ 
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 RS3, but A is PENDING_OPEN on RS3;
 # A FAILED_CLOSE;

 

  was:
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 RS3, but A is PENDING_OPEN on RS3;
 # A FAILED_OPEN;

 


> 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.7.1
>            Reporter: Xiaolin Ha
>            Assignee: Xiaolin Ha
>            Priority: Major
>             Fix For: 1.8.0
>
>
> 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 RS3, but A is PENDING_OPEN on RS3;
>  # A FAILED_CLOSE;
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to