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 857F111A22 for ; Wed, 18 Jun 2014 22:12:25 +0000 (UTC) Received: (qmail 68686 invoked by uid 500); 18 Jun 2014 22:12:25 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 68630 invoked by uid 500); 18 Jun 2014 22:12:25 -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 68615 invoked by uid 99); 18 Jun 2014 22:12:25 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2014 22:12:25 +0000 Date: Wed, 18 Jun 2014 22:12:25 +0000 (UTC) From: "Lars Hofhansl (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=14036507#comment-14036507 ] Lars Hofhansl commented on HBASE-11364: --------------------------------------- Belated +1 So this implies that storage will be L2 by default and L1 is opt in? In the interested of the least surprise we might want to reverse that...? > [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)