Apache9 commented on a change in pull request #3956:
URL: https://github.com/apache/hbase/pull/3956#discussion_r777210315
##########
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:
And better set it to true to keep the old behavior by default?
--
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]