HBASE-27363: Fix the config key name for PREFETCH_PERSISTENCE_PATH_KEY and spotbugs (#4774)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
(cherry picked from commit c881eb1ff0)
This commit is contained in:
Kota-SH 2022-10-21 02:05:06 -05:00 committed by Duo Zhang
parent de66e92529
commit 25dad1fb68
1 changed files with 1 additions and 1 deletions

View File

@ -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;