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 7AE3B173DF for ; Tue, 1 Sep 2015 03:06:46 +0000 (UTC) Received: (qmail 63654 invoked by uid 500); 1 Sep 2015 03:06:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 63603 invoked by uid 500); 1 Sep 2015 03:06:46 -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 63589 invoked by uid 99); 1 Sep 2015 03:06:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2015 03:06:46 +0000 Date: Tue, 1 Sep 2015 03:06:45 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14314) Metrics for block cache should take region replicas into account 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-14314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14724706#comment-14724706 ] Ted Yu commented on HBASE-14314: -------------------------------- {code} Printing Failing tests Failing test : org.apache.hadoop.hbase.TestIOFencing Failing test : org.apache.hadoop.hbase.master.TestDistributedLogSplitting {code} The above two failed in other QA runs too. TestIOFencing is being tracked by HBASE-14327 > Metrics for block cache should take region replicas into account > ---------------------------------------------------------------- > > Key: HBASE-14314 > URL: https://issues.apache.org/jira/browse/HBASE-14314 > Project: HBase > Issue Type: Improvement > Reporter: Ted Yu > Assignee: Ted Yu > Attachments: 14314-v1.txt, 14314-v2.txt, 14314-v3.txt > > > Currently metrics for block cache are aggregates in the sense that they don't distinguish primary from secondary / tertiary replicas. > This JIRA separates the block cache metrics for primary region replica from the aggregate. -- This message was sent by Atlassian JIRA (v6.3.4#6332)