You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2014/07/14 22:42:04 UTC

[jira] [Created] (HBASE-11514) Fix findbugs warnings in blockcache, remove hbase.bucketcache.percentage.in.combinedcache

stack created HBASE-11514:
-----------------------------

             Summary: Fix findbugs warnings in blockcache, remove hbase.bucketcache.percentage.in.combinedcache
                 Key: HBASE-11514
                 URL: https://issues.apache.org/jira/browse/HBASE-11514
             Project: HBase
          Issue Type: Bug
            Reporter: stack
            Assignee: stack


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)