[
https://issues.apache.org/jira/browse/HBASE-25363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17244498#comment-17244498
]
Xiaolin Ha commented on HBASE-25363:
------------------------------------
HFileLinkCleaner is a required cleaner for almost all the cluster, I think
improve the performance for it will be benefit for large clusters.
> Improve performance of HFileLinkCleaner by using ReadWriteLock instead of
> synchronize
> -------------------------------------------------------------------------------------
>
> Key: HBASE-25363
> URL: https://issues.apache.org/jira/browse/HBASE-25363
> Project: HBase
> Issue Type: Test
> Reporter: Xiaolin Ha
> Assignee: Xiaolin Ha
> Priority: Major
>
> HFileLinkCleaner uses synchronized method isFileDeletable, as a result, to
> cross the cleaner chain, all files will be processed serially. It may block
> the fork-join thread which scans out some archived files.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)