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

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Kota-SH 2022-10-21 02:05:06 -05:00 committed by GitHub
parent c8e2d80036
commit c881eb1ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;