What is the relationship between the following configuration parameters? hfile.block.cache.size hbase.regionserver.global.memstore.upperLimit
Is having the sum of the two values >= 1 a problem? That is, will the region server have problems with OutOfMemory if hfile.block.cache.size=.6 and hbase.regionserver.global.memstore.upperLimit=.4? Thanks, Rod
