You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2014/08/14 20:34:12 UTC

[jira] [Resolved] (HBASE-11717) Remove unused config 'hbase.offheapcache.percentage' from hbase-default.xml and book

     [ https://issues.apache.org/jira/browse/HBASE-11717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anoop Sam John resolved HBASE-11717.
------------------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed

Pushed to master and branch-1. Thanks all for reviews.

> Remove unused config 'hbase.offheapcache.percentage' from hbase-default.xml and book
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-11717
>                 URL: https://issues.apache.org/jira/browse/HBASE-11717
>             Project: HBase
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.99.0
>            Reporter: Anoop Sam John
>            Assignee: Anoop Sam John
>            Priority: Minor
>             Fix For: 0.99.0, 2.0.0
>
>         Attachments: HBASE-11717.patch, HBASE-11717_V2.patch, HBASE-11717_V3-0.99.patch, HBASE-11717_V3.patch
>
>
> 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)