You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (JIRA)" <ji...@apache.org> on 2013/12/10 00:01:08 UTC

[jira] [Created] (HBASE-10113) Consider consolidating DoubleBlockCache and CombinedBlockCache

Nick Dimiduk created HBASE-10113:
------------------------------------

             Summary: Consider consolidating DoubleBlockCache and CombinedBlockCache
                 Key: HBASE-10113
                 URL: https://issues.apache.org/jira/browse/HBASE-10113
             Project: HBase
          Issue Type: Improvement
          Components: regionserver
            Reporter: Nick Dimiduk
            Priority: Minor


DoubleBlockCache is a BlockCache that combines the LruBlockCache and SlabCache. CombinedBlockCache that combines LruBlockCache and BucketCache. These behaviors are (almost entirely) redundant. Consolidate the implementations into a single implementation, or reduce code duplication.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)