[
https://issues.apache.org/jira/browse/HBASE-25363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17245905#comment-17245905
]
Yulin Niu commented on HBASE-25363:
-----------------------------------
push to master and branch-2
Thanks [~Xiaolin Ha]'s contribution
> 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: Improvement
> 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)