chaijunjie0101 commented on code in PR #5255:
URL: https://github.com/apache/hbase/pull/5255#discussion_r1216487274
##########
hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java:
##########
@@ -1603,6 +1603,13 @@ public enum OperationStatusCode {
*/
public final static boolean HBASE_SERVER_USEIP_ENABLED_DEFAULT = false;
+ /**
+ * If reading block cost time more than the threshold, a warning will be
logged.
+ */
+ public static final String FS_READER_WARN_TIME = "hbase.fs.reader.warn.time";
Review Comment:
there are no constants for hbase-server module, i refer
"hbase.writer.unified.encoded.blocksize.ratio" in HFileWriterImpl class, and
define it in org.apache.hadoop.hbase.io.hfile.HFileBlock.FSReaderImpl.
--
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]