anoopsjohn commented on a change in pull request #2181:
URL: https://github.com/apache/hbase/pull/2181#discussion_r463908201
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/cleaner/CleanerChore.java
##########
@@ -151,7 +151,11 @@ private void initCleanerChain(String confKey) {
this.cleanersChain = new LinkedList<>();
String[] logCleaners = conf.getStrings(confKey);
Review comment:
nit: We can even rename this and related var names also.. This is not
just logCleaner.. Hfile cleaner also.. may be call just cleaner or fileCleaner.
----------------------------------------------------------------
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]