[
https://issues.apache.org/jira/browse/HBASE-22871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16910169#comment-16910169
]
Reid Chan commented on HBASE-22871:
-----------------------------------
Raise a back-port ticket for branch-1, HBASE-22880.
> Move the DirScanPool out and do not use static field
> ----------------------------------------------------
>
> Key: HBASE-22871
> URL: https://issues.apache.org/jira/browse/HBASE-22871
> Project: HBase
> Issue Type: Improvement
> Components: master
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Fix For: 3.0.0, 2.3.0, 2.1.7, 2.2.2
>
>
> The current implementation is a bit ugly, the onConfigurationChange is an
> instance method but it writes to a static field and cause a findbugs warning.
> I think we can just put the DirScanPool in HMaster and pass it when
> constructing Cleaners...
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)