[
https://issues.apache.org/jira/browse/HBASE-22871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duo Zhang updated HBASE-22871:
------------------------------
Fix Version/s: (was: 2.2.2)
(was: 2.1.7)
2.1.6
2.2.1
> 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.2.1, 2.1.6
>
>
> 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
(v8.3.2#803003)