Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5175611135 for ; Thu, 19 Jun 2014 01:48:25 +0000 (UTC) Received: (qmail 64247 invoked by uid 500); 19 Jun 2014 01:48:24 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 64195 invoked by uid 500); 19 Jun 2014 01:48:24 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 64180 invoked by uid 99); 19 Jun 2014 01:48:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2014 01:48:24 +0000 Date: Thu, 19 Jun 2014 01:48:24 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11364) [BlockCache] Add a flag to cache data blocks in L1 if multi-tier cache MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-11364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14036808#comment-14036808 ] stack commented on HBASE-11364: ------------------------------- One other thought is that we'd untie L1 and L2 caches and have them work independent of each other; i.e. not use CombinedBlockCache which keeps meta blocks up in L1 and data down in L2... rather we'd just have evictions from L1 go to L2 and then out of L2... Double caching is possible .. they'd work like the SlabCache setup... but that seemed to generate more GC'ing in test. I can try testing. > [BlockCache] Add a flag to cache data blocks in L1 if multi-tier cache > ---------------------------------------------------------------------- > > Key: HBASE-11364 > URL: https://issues.apache.org/jira/browse/HBASE-11364 > Project: HBase > Issue Type: Task > Reporter: stack > Assignee: stack > Fix For: 0.99.0 > > Attachments: 11364.txt > > > This is a prerequisite for HBASE-11323 BucketCache on all the time. It addresses a @lars hofhansl ask that we be able to ask that for some column families, even their data blocks get cached up in the LruBlockCache L1 tier in a multi-tier deploy as happens when doing BucketCache (CombinedBlockCache) setups. -- This message was sent by Atlassian JIRA (v6.2#6252)