Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7E90C200B45 for ; Sat, 16 Jul 2016 00:00:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7D2A6160A57; Fri, 15 Jul 2016 22:00:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C41FA160A61 for ; Sat, 16 Jul 2016 00:00:23 +0200 (CEST) Received: (qmail 63718 invoked by uid 500); 15 Jul 2016 22:00:22 -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 63635 invoked by uid 99); 15 Jul 2016 22:00:22 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jul 2016 22:00:22 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 76BD42C0370 for ; Fri, 15 Jul 2016 22:00:22 +0000 (UTC) Date: Fri, 15 Jul 2016 22:00:22 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16237) Blocks for hbase:meta table are not cached in L1 cache MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 15 Jul 2016 22:00:24 -0000 [ https://issues.apache.org/jira/browse/HBASE-16237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15380195#comment-15380195 ] Ted Yu commented on HBASE-16237: -------------------------------- The defect is not in master branch. See above discussion thread. > Blocks for hbase:meta table are not cached in L1 cache > ------------------------------------------------------ > > Key: HBASE-16237 > URL: https://issues.apache.org/jira/browse/HBASE-16237 > Project: HBase > Issue Type: Bug > Affects Versions: 1.1.5 > Reporter: Ted Yu > Assignee: Ted Yu > Attachments: 16237.branch-1.v1.txt > > > As discussed in this thread: > http://search-hadoop.com/m/YGbbAD1vnnzl5c2&subj=hbase+meta+blocks+in+L1+ > blocks for hbase:meta table are not cached in L1 cache. > The missing setCacheDataInL1(true) call for the metaTableDescriptor() method is the cause. -- This message was sent by Atlassian JIRA (v6.3.4#6332)