[
https://issues.apache.org/jira/browse/HBASE-20098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16380679#comment-16380679
]
Hudson commented on HBASE-20098:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-1.2-IT #1077 (See
[https://builds.apache.org/job/HBase-1.2-IT/1077/])
HBASE-20098 Fix (busbey: rev d55c48e87f371f5d76af8ad791741364e5f528eb)
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitTransactionOnCluster.java
> Fix TestSplitTransactionOnCluster#testMasterRestartWhenSplittingIsPartial for
> branch-1.2
> ----------------------------------------------------------------------------------------
>
> Key: HBASE-20098
> URL: https://issues.apache.org/jira/browse/HBASE-20098
> Project: HBase
> Issue Type: Task
> Components: test
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Priority: Minor
> Fix For: 1.2.7
>
> Attachments: HBASE-20098.branch-1.2.patch.patch
>
>
> The new master started by
> TestSplitTransactionOnCluster#testMasterRestartWhenSplittingIsPartial will
> enable the CatalogJanitor. Hence, the parent region in SPLIT state will be
> removed by CatalogJanitor since all reference files of the parent region are
> removed by previous compaction.
> branch-1.3+ aren't in this trouble since HBASE-13082 and HBASE-14970 make the
> compacted file be archived by a background thread. Before the thread cleans
> up the compacted files, the parent region in SPLIT state won't be removed as
> there are file is referenced by its daughter region.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)