HBASE-15976 RegionServerMetricsWrapperRunnable will be failure when disable blockcache.
This commit is contained in:
parent
1a88673f33
commit
7a78d871d0
|
@ -505,7 +505,6 @@ class MetricsRegionServerWrapperImpl
|
|||
synchronized public void run() {
|
||||
try {
|
||||
initBlockCache();
|
||||
cacheStats = blockCache.getStats();
|
||||
|
||||
HDFSBlocksDistribution hdfsBlocksDistribution = new HDFSBlocksDistribution();
|
||||
HDFSBlocksDistribution hdfsBlocksDistributionSecondaryRegions =
|
||||
|
|
Loading…
Reference in New Issue