[
https://issues.apache.org/jira/browse/HBASE-11514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14062354#comment-14062354
]
Hudson commented on HBASE-11514:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #5305 (See
[https://builds.apache.org/job/HBase-TRUNK/5305/])
HBASE-11514 Fix findbugs warnings in blockcache (stack: rev
96dcd67f565413c0efba38b32ba9d0f277e90fd9)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestBlockCacheReporting.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestCacheConfig.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/package-info.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/LruBlockCache.java
* src/main/docbkx/book.xml
> Fix findbugs warnings in blockcache
> -----------------------------------
>
> Key: HBASE-11514
> URL: https://issues.apache.org/jira/browse/HBASE-11514
> Project: HBase
> Issue Type: Bug
> Reporter: stack
> Assignee: stack
> Fix For: 0.99.0, 2.0.0
>
> Attachments: 10930.txt, 10930v2.txt, 10930v3.txt, 10930v3.txt
>
>
> Fixing a few findbugs issues around blockcache. Adding equals when we have
> compareTo. Noticed that hbase.bucketcache.percentage.in.combinedcache is NOT
> used anywhere though we doc it as working. Rather than implement, I'm
> removing it. Makes config of cache cleaner (do the L1 and then do the L2
> independent of each other rather than have independent config and then this
> odd hbase.bucketcache.percentage.in.combinedcache that spans them).
> Changed the package doc to remove reference to
> hbase.bucketcache.percentage.in.combinedcache (did an edit too removing
> slabcache mentions in package-info).
--
This message was sent by Atlassian JIRA
(v6.2#6252)