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 432B8200B6D for ; Tue, 19 Jul 2016 02:14:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 41FD9160A5D; Tue, 19 Jul 2016 00:14:22 +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 BA308160A65 for ; Tue, 19 Jul 2016 02:14:21 +0200 (CEST) Received: (qmail 69921 invoked by uid 500); 19 Jul 2016 00:14:20 -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 69885 invoked by uid 99); 19 Jul 2016 00:14:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2016 00:14:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A89CE2C0031 for ; Tue, 19 Jul 2016 00:14:20 +0000 (UTC) Date: Tue, 19 Jul 2016 00:14:20 +0000 (UTC) From: "Hudson (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: Tue, 19 Jul 2016 00:14:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15383350#comment-15383350 ] Hudson commented on HBASE-16237: -------------------------------- FAILURE: Integrated in HBase-1.4 #295 (See [https://builds.apache.org/job/HBase-1.4/295/]) HBASE-16237 Blocks for hbase:meta table are not cached in L1 cache (Lars (tedyu: rev fd8460a4cf5526825af0344da65a84a4db4c80e2) * hbase-client/src/main/java/org/apache/hadoop/hbase/HTableDescriptor.java > 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 > Fix For: 1.3.0, 1.4.0, 1.2.3, 1.1.7 > > 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)