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