Skip to content

Commit 25dad1f

Browse files
Kota-SHApache9
authored andcommitted
HBASE-27363: Fix the config key name for PREFETCH_PERSISTENCE_PATH_KEY and spotbugs (#4774)
Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit c881eb1)
1 parent de66e92 commit 25dad1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public class CacheConfig {
9393
public static final String DROP_BEHIND_CACHE_COMPACTION_KEY =
9494
"hbase.hfile.drop.behind.compaction";
9595

96-
public static final String PREFETCH_PERSISTENCE_PATH_KEY = "hbase.prefetch.file-list.path";
96+
public static final String PREFETCH_PERSISTENCE_PATH_KEY = "hbase.prefetch.file.list.path";
9797

9898
// Defaults
9999
public static final boolean DEFAULT_CACHE_DATA_ON_READ = true;

0 commit comments

Comments
 (0)