Apache9 commented on a change in pull request #1753:
URL: https://github.com/apache/hbase/pull/1753#discussion_r429084562
##########
File path: hbase-common/src/main/resources/hbase-default.xml
##########
@@ -125,7 +125,7 @@ possible configurations would overwhelm and obscure the
important.
</property>
<property>
<name>hbase.master.logcleaner.plugins</name>
-
<value>org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner,org.apache.hadoop.hbase.master.cleaner.TimeToLiveProcedureWALCleaner</value>
+
<value>org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner,org.apache.hadoop.hbase.master.cleaner.TimeToLiveProcedureWALCleaner,org.apache.hadoop.hbase.master.cleaner.TimeToLiveMasterLocalStoreWALCleaner</value>
Review comment:
For migrating from 2.2-, where we may still have the old procedure wal
file. We need this cleaner to clean up these old wal files.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]