[
https://issues.apache.org/jira/browse/HBASE-19736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16319882#comment-16319882
]
Reid Chan commented on HBASE-19736:
-----------------------------------
But for cleaning log under /oldWALs, it should just extend
{{BaseLogCleanerDelegate}}, and for cleaning hfile under /archive, it should
just extend {{BaseHFileCleanerDelegate}}. No need to extend
{{FileCleanerDelegate}}.
The doc fix is not a problem.
> Remove BaseLogCleanerDelegate deprecated #isLogDeletable(FileStatus) and use
> #isFileDeletable(FileStatus) instead
> -----------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-19736
> URL: https://issues.apache.org/jira/browse/HBASE-19736
> Project: HBase
> Issue Type: Improvement
> Reporter: Reid Chan
> Assignee: Reid Chan
> Priority: Minor
> Attachments: HBASE-19736.master.001.patch,
> HBASE-19736.master.002.patch, HBASE-19736.master.003.patch
>
>
> Mark #isLogDeletable(FileStatus) deprecated, and update server-side codes to
> use #isFileDeletable(FileStatus).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)