[
https://issues.apache.org/jira/browse/HBASE-11717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14097531#comment-14097531
]
Hudson commented on HBASE-11717:
--------------------------------
ABORTED: Integrated in HBase-TRUNK #5399 (See
[https://builds.apache.org/job/HBase-TRUNK/5399/])
HBASE-11717 Remove unused config 'hbase.offheapcache.percentage' from
hbase-default.xml and book. (Anoop) (anoopsamjohn: rev
cabcb6ca232f1ed784190207c1c526f6e9f6e280)
* src/main/docbkx/book.xml
* hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestTableSnapshotInputFormat.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/mapred/TestTableSnapshotInputFormat.java
* hbase-common/src/main/resources/hbase-default.xml
* src/main/docbkx/upgrading.xml
> 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)