You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2022/09/08 22:05:43 UTC

[GitHub] [hbase] taklwu commented on a diff in pull request #4726: HBASE-27313: Persist list of Hfiles names for which prefetch is done

taklwu commented on code in PR #4726:
URL: https://github.com/apache/hbase/pull/4726#discussion_r966461644


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java:
##########
@@ -93,6 +93,8 @@ public class CacheConfig {
   public static final String DROP_BEHIND_CACHE_COMPACTION_KEY =
     "hbase.hfile.drop.behind.compaction";
 
+  public static final String PREFETCH_PERSISTENCE_PATH_KEY = "hbase.prefetch.file-list.path";

Review Comment:
   [nit] it may be too late but we should not use `-`, "hbase.prefetch.file.list.path"



-- 
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-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org