HBASE-18652 Expose individual cache stats in a CombinedCache through JMX (Biju Nair); ADDENDUM
This commit is contained in:
parent
7c2622baf7
commit
a8e8cf6e16
|
@ -737,6 +737,7 @@ public class CacheConfig {
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
static synchronized void clearGlobalInstances() {
|
static synchronized void clearGlobalInstances() {
|
||||||
GLOBAL_L1_CACHE_INSTANCE = null;
|
GLOBAL_L1_CACHE_INSTANCE = null;
|
||||||
|
GLOBAL_L2_CACHE_INSTANCE = null;
|
||||||
GLOBAL_BLOCK_CACHE_INSTANCE = null;
|
GLOBAL_BLOCK_CACHE_INSTANCE = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue