[
https://issues.apache.org/jira/browse/HBASE-19704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
chenxu reassigned HBASE-19704:
------------------------------
Assignee: chenxu
> region split happened when it contains reference file
> -----------------------------------------------------
>
> Key: HBASE-19704
> URL: https://issues.apache.org/jira/browse/HBASE-19704
> Project: HBase
> Issue Type: Bug
> Reporter: chenxu
> Assignee: chenxu
> Priority: Major
>
> In our product cluster, some Region’s dir contains reference file, but it
> also splited, that's violate ConstantSizeRegionSplitPolicy.shouldSplit()
> method, and CatalogJanitor can’t collect it.
> I suspect it was due to HBASE-13082 which we recently introduced, after
> introduce this feature, the comapcted files were removed asynchronously. when
> region split happens and HStore.close() execute, if compactedfiles can’t
> satisfy (r != null && r.isCompactedAway() && !r.isReferencedInReads()) it
> will be always exist.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)