You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Chia-Ping Tsai (JIRA)" <ji...@apache.org> on 2018/02/27 15:18:00 UTC

[jira] [Updated] (HBASE-20098) Fix TestSplitTransactionOnCluster#testMasterRestartWhenSplittingIsPartial for branch-1.2

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

Chia-Ping Tsai updated HBASE-20098:
-----------------------------------
    Attachment: HBASE-20098.branch-1.2.patch.patch

> 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)