HBASE-15976 RegionServerMetricsWrapperRunnable will be failure when disable blockcache.
This commit is contained in:
parent
e3f66364a5
commit
e768c4afac
|
@ -631,7 +631,6 @@ class MetricsRegionServerWrapperImpl
|
|||
try {
|
||||
initBlockCache();
|
||||
initMobFileCache();
|
||||
cacheStats = blockCache.getStats();
|
||||
|
||||
HDFSBlocksDistribution hdfsBlocksDistribution =
|
||||
new HDFSBlocksDistribution();
|
||||
|
|
Loading…
Reference in New Issue