HBASE-15976 RegionServerMetricsWrapperRunnable will be failure when disable blockcache.

This commit is contained in:
Jingcheng Du 2016-06-28 13:45:41 +08:00
parent e3f66364a5
commit e768c4afac
1 changed files with 0 additions and 1 deletions

View File

@ -631,7 +631,6 @@ class MetricsRegionServerWrapperImpl
try {
initBlockCache();
initMobFileCache();
cacheStats = blockCache.getStats();
HDFSBlocksDistribution hdfsBlocksDistribution =
new HDFSBlocksDistribution();