HBASE-18652 Expose individual cache stats in a CombinedCache through JMX (Biju Nair); ADDENDUM

This commit is contained in:
Michael Stack 2017-09-25 20:57:58 -07:00
parent f54cc1ca51
commit 2ceeb54c92
1 changed files with 1 additions and 0 deletions

View File

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