Revert "Revert "HBASE-15513 hbase.hregion.memstore.chunkpool.maxsize is 0.0 by default (Vladimir Rodionov)""

This is a revert of a revert.

This reverts commit fd6b0b3dbf.
This commit is contained in:
Michael Stack 2016-11-07 09:31:44 -08:00
parent fd6b0b3dbf
commit 97ce30d47e
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class MemStoreChunkPool implements HeapMemoryTuneObserver {
private static final Log LOG = LogFactory.getLog(MemStoreChunkPool.class);
final static String CHUNK_POOL_MAXSIZE_KEY = "hbase.hregion.memstore.chunkpool.maxsize";
final static String CHUNK_POOL_INITIALSIZE_KEY = "hbase.hregion.memstore.chunkpool.initialsize";
final static float POOL_MAX_SIZE_DEFAULT = 0.0f;
final static float POOL_MAX_SIZE_DEFAULT = 1.0f;
final static float POOL_INITIAL_SIZE_DEFAULT = 0.0f;
// Static reference to the MemStoreChunkPool