[
https://issues.apache.org/jira/browse/HBASE-16957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15613354#comment-15613354
]
Sean Busbey commented on HBASE-16957:
-------------------------------------
draft release note:
{quote}
Incompatible config changes:
* hbase.master.logcleaner.plugins default value that users should always add
when customizing changes from
org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner to
org.apache.hadoop.hbase.fs.legacy.cleaner.TimeToLiveLogCleaner
* hbase.master.hfilecleaner.plugins default value that users should always add
when customizing changes from
org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner to
org.apache.hadoop.hbase.fs.legacy.cleaner.TimeToLiveHFileCleaner
Downstream users who have set custom plugins for either log cleaning or hfile
cleaning should be sure to update their configs to use the new names of the
respective time to live implementations.
{quote}
> Remove directory layout/ filesystem references from Cleaners and a few other
> modules in master
> ----------------------------------------------------------------------------------------------
>
> Key: HBASE-16957
> URL: https://issues.apache.org/jira/browse/HBASE-16957
> Project: HBase
> Issue Type: Sub-task
> Components: Filesystem Integration, master
> Reporter: Umesh Agashe
> Assignee: Umesh Agashe
> Attachments: HBASE-16957-hbase-14439.v1.patch
>
>
> Remove directory layout/ filesystem references from Cleaners and a few other
> modules in master
> {code}
> hbase-server/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
> hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterStatusServlet.java
> hbase-server/src/main/java/org/apache/hadoop/hbase/master/cleaner/CleanerChore.java
> hbase-server/src/main/java/org/apache/hadoop/hbase/master/cleaner/HFileLinkCleaner.java
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)