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 0EBEE1057F for ; Fri, 21 Feb 2014 23:56:11 +0000 (UTC) Received: (qmail 21186 invoked by uid 500); 21 Feb 2014 23:43:23 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 21129 invoked by uid 500); 21 Feb 2014 23:43: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 21077 invoked by uid 99); 21 Feb 2014 23:43:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Feb 2014 23:43:21 +0000 Date: Fri, 21 Feb 2014 23:43:21 +0000 (UTC) From: "Jimmy Xiang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-10587) Master metrics clusterRequests is wrong 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-10587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HBASE-10587: -------------------------------- Status: Patch Available (was: Open) > Master metrics clusterRequests is wrong > --------------------------------------- > > Key: HBASE-10587 > URL: https://issues.apache.org/jira/browse/HBASE-10587 > Project: HBase > Issue Type: Bug > Components: master, metrics > Affects Versions: 0.96.0 > Reporter: Jimmy Xiang > Assignee: Jimmy Xiang > Attachments: hbase-10587.patch > > > In the master jmx, metrics clusterRequests increases so fast. Looked into the code and found the calculation is a little bit wrong. It's a counter. However, for each region server report, the total number of requests is added to clusterRequests. That means it's added multiple times. -- This message was sent by Atlassian JIRA (v6.1.5#6160)