YutSean commented on a change in pull request #3956:
URL: https://github.com/apache/hbase/pull/3956#discussion_r777263851



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java
##########
@@ -244,6 +242,8 @@
   private static final String FILE_VERIFY_ALGORITHM =
     "hbase.bucketcache.persistent.file.integrity.check.algorithm";
   private static final String DEFAULT_FILE_VERIFY_ALGORITHM = "MD5";
+  private static final String STAT_THREAD_ENABLE_KEY = 
"hbase.bucketcache.stat.enable";
+  private static final boolean STAT_THREAD_ENABLE_DEFAULT = false;

Review comment:
       The purpose to make the log alternative is that the log is only used 
when heavy debug is needed. Turn on is a little bit annoying at other time I 
think. So that I changed the old behaviour. What do you think?




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to