We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0eaec6 commit ff11f11Copy full SHA for ff11f11
hbase-common/src/main/java/org/apache/hadoop/hbase/io/compress/DictionaryCache.java
@@ -46,7 +46,7 @@ public final class DictionaryCache {
46
public static final String RESOURCE_SCHEME = "resource://";
47
48
private static final Logger LOG = LoggerFactory.getLogger(DictionaryCache.class);
49
- private static LoadingCache<String, byte[]> CACHE;
+ private static volatile LoadingCache<String, byte[]> CACHE;
50
51
private DictionaryCache() { }
52
0 commit comments