Skip to content

Commit

Permalink
HBASE-27363: Fix the config key name for PREFETCH_PERSISTENCE_PATH_KE…
Browse files Browse the repository at this point in the history
…Y and spotbugs (#4774)

Signed-off-by: Duo Zhang <[email protected]>
  • Loading branch information
Kota-SH authored Oct 21, 2022
1 parent c8e2d80 commit c881eb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ 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";
public static final String PREFETCH_PERSISTENCE_PATH_KEY = "hbase.prefetch.file.list.path";

// Defaults
public static final boolean DEFAULT_CACHE_DATA_ON_READ = true;
Expand Down

0 comments on commit c881eb1

Please sign in to comment.