kabhishek4 commented on code in PR #5605: URL: https://github.com/apache/hbase/pull/5605#discussion_r1486301146
########## hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/PrefetchExecutor.java: ########## @@ -134,4 +139,25 @@ private PrefetchExecutor() { static ScheduledExecutorService getExecutorPool() { return prefetchExecutorPool; } + + public static int getPrefetchDelay() { + return prefetchDelayMillis; + } + + @Override + public void onConfigurationChange(Configuration conf) { Review Comment: Corrected -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org