[
https://issues.apache.org/jira/browse/HBASE-24552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17146717#comment-17146717
]
Hudson commented on HBASE-24552:
--------------------------------
Results for branch branch-2
[build #2721 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2721/]:
(/) *{color:green}+1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2721/General_20Nightly_20Build_20Report/]
(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2721/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2721/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2721/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> Replica region needs to check if primary region directory exists at file
> system in TransitRegionStateProcedure
> ----------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-24552
> URL: https://issues.apache.org/jira/browse/HBASE-24552
> Project: HBase
> Issue Type: Bug
> Components: read replicas
> Affects Versions: 2.3.0
> Reporter: Huaxiang Sun
> Assignee: Huaxiang Sun
> Priority: Major
>
> In hbase-1, it always runs into the situation that primary region has been
> closed/removed and replica region still stays in master's in-memory db and
> open at one of the region servers. Balancer can move this replica region to a
> new region server. During the region open, replica region does not check if
> primary region has been removed and moves forward. During store open, it will
> recreates primary region directory at hdfs and caused inconsistency.
>
> In hbase-2, things get much better. To prevent the above inconsistency from
> happening, it adds more checks for a replica region, i.e, if primary regions'
> directory exists and there is a .regioninfo under.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)