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 E6193200B33 for ; Wed, 29 Jun 2016 13:39:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E328E160A57; Wed, 29 Jun 2016 11:39:39 +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 37017160A4D for ; Wed, 29 Jun 2016 13:39:39 +0200 (CEST) Received: (qmail 63026 invoked by uid 500); 29 Jun 2016 11:39:38 -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 63002 invoked by uid 99); 29 Jun 2016 11:39:37 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2016 11:39:37 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A31742C02AB for ; Wed, 29 Jun 2016 11:39:37 +0000 (UTC) Date: Wed, 29 Jun 2016 11:39:37 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15976) RegionServerMetricsWrapperRunnable will be failure when disable blockcache. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 29 Jun 2016 11:39:40 -0000 [ https://issues.apache.org/jira/browse/HBASE-15976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15355059#comment-15355059 ] Hudson commented on HBASE-15976: -------------------------------- SUCCESS: Integrated in HBase-Trunk_matrix #1135 (See [https://builds.apache.org/job/HBase-Trunk_matrix/1135/]) HBASE-15976 RegionServerMetricsWrapperRunnable will be failure when (jingcheng.du: rev 432868b0383669d11ddef77ed61942fdf9cd4294) * hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperImpl.java > RegionServerMetricsWrapperRunnable will be failure when disable blockcache. > ---------------------------------------------------------------------------- > > Key: HBASE-15976 > URL: https://issues.apache.org/jira/browse/HBASE-15976 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.15, 1.2.1, 1.0.3, 1.1.5 > Reporter: Liu Junhong > Assignee: Jingcheng Du > Fix For: 2.0.0, 1.0.4, 1.4.0, 1.2.2, 1.1.6, 1.3.1, 0.98.21 > > Attachments: HBASE-15976-0.98-v2.patch, HBASE-15976-0.98.patch, HBASE-15976-branch-1&branch-1.3.patch, HBASE-15976-branch-1-addendum.patch, HBASE-15976-branch-1.0.patch, HBASE-15976-branch-1.1.patch, HBASE-15976-branch-1.2-v2.patch, HBASE-15976-branch-1.2.patch, HBASE-15976-branch-1.3-v2.patch, HBASE-15976-master-addendum.patch, HBASE-15976-master.patch > > > When i disable blockcache, the code "cacheStats = blockCache.getStats();" will occur NPE in org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperImpl.RegionServerMetricsWrapperRunnable. > It lead to many regionserver's metrics' value always equal 0. -- This message was sent by Atlassian JIRA (v6.3.4#6332)