Anoop Sam John created HBASE-11717:
--------------------------------------
Summary: Remove unused config from hbase-default.xml
Key: HBASE-11717
URL: https://issues.apache.org/jira/browse/HBASE-11717
Project: HBase
Issue Type: Bug
Reporter: Anoop Sam John
Assignee: Anoop Sam John
Priority: Trivial
hbase.offheapcache.percentage is unused now.
{code}
<property>
<name>hbase.offheapcache.percentage</name>
<value>0</value>
<description>The percentage of the off heap space (-XX:MaxDirectMemorySize)
to be
allocated towards the experimental off heap "SlabCache" (This is different
to
the BucketCache -- see the package javadoc for
org.apache.hadoop.hbase.io.hfile
for more on your options). If you desire the cache to be disabled, simply
set this
value to 0.</description>
</property>
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)