[
https://issues.apache.org/jira/browse/HBASE-10955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14220534#comment-14220534
]
Hudson commented on HBASE-10955:
--------------------------------
SUCCESS: Integrated in HBase-0.98 #691 (See
[https://builds.apache.org/job/HBase-0.98/691/])
HBASE-12551 Backport HBASE-10955 'HBCK leaves the region in masters in-memory
RegionStates if region hdfs dir is lost' to 0.98 (tedyu: rev
119fb6c6407b69334022e792dfbf17d096d40fc5)
* hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsckRepair.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java
> HBCK leaves the region in masters in-memory RegionStates if region hdfs dir
> is lost
> -----------------------------------------------------------------------------------
>
> Key: HBASE-10955
> URL: https://issues.apache.org/jira/browse/HBASE-10955
> Project: HBase
> Issue Type: Bug
> Reporter: Enis Soztutar
> Assignee: Enis Soztutar
> Fix For: 0.99.0
>
> Attachments: hbase-10955.v1.patch
>
>
> One of our tests removes the hdfs directory for the region, and invokes HBCK
> to fix the issue. This test fails flakily because the region is removed from
> meta and unassigned, but the region is not offlined from the masters
> in-memory. This affects further LB runs and disable table, etc.
> In case of {{inMeta && !inHdfs && isDeployed}}, we should not just close the
> region from RS, but call master.unassign().
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)