[
https://issues.apache.org/jira/browse/HBASE-14743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15357219#comment-15357219
]
Reid Chan commented on HBASE-14743:
-----------------------------------
the configuration is
<property>
<name>hbase.regionserver.global.memstore.size.max.range</name>
<value>0.4</value>
</property>
<property>
<name>hbase.regionserver.global.memstore.size.min.range</name>
<value>0.2</value>
</property>
<property>
<name>hfile.block.cache.size.min.range</name>
<value>0.1</value>
</property>
<property>
<name>hfile.block.cache.size.max.range</name>
<value>0.4</value>
</property>
the memory min range is based on HBASE_CLUSTER_MINIMUM_MEMORY_THRESHOLD = 0.2f
defined in HConstants.java, the blockcache min range is half of the memory min
range, and i consider to make them as default value, then the tuner will be on
by default. (is it feasible?
both max range are default values
Thanks
> Add metrics around HeapMemoryManager
> ------------------------------------
>
> Key: HBASE-14743
> URL: https://issues.apache.org/jira/browse/HBASE-14743
> Project: HBase
> Issue Type: Improvement
> Reporter: Elliott Clark
> Assignee: Reid Chan
> Priority: Minor
> Attachments: HBASE-14743.001.patch, HBASE-14743.002.patch,
> HBASE-14743.003.patch, HBASE-14743.004.patch, HBASE-14743.005.patch,
> HBASE-14743.006.patch, HBASE-14743.007.patch, HBASE-14743.008.patch,
> HBASE-14743.009.patch, HBASE-14743.009.rw3.patch, HBASE-14743.009.v2.patch,
> HBASE-14743.010.patch, Metrics snapshot 2016-6-30.png, Screen Shot 2016-06-16
> at 5.39.13 PM.png
>
>
> it would be good to know how many invocations there have been.
> How many decided to expand memstore.
> How many decided to expand block cache.
> How many decided to do nothing.
> etc.
> When that's done use those metrics to clean up the tests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)