Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DC0FE10718 for ; Thu, 19 Feb 2015 17:39:12 +0000 (UTC) Received: (qmail 87087 invoked by uid 500); 19 Feb 2015 17:39:12 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 87045 invoked by uid 500); 19 Feb 2015 17:39:12 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 87034 invoked by uid 99); 19 Feb 2015 17:39:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2015 17:39:12 +0000 Date: Thu, 19 Feb 2015 17:39:12 +0000 (UTC) From: "Jason Lowe (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-9087) Queue size metric for metric sinks isn't actually maintained 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/HADOOP-9087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Lowe updated HADOOP-9087: ------------------------------- Resolution: Fixed Fix Version/s: 2.7.0 Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Thanks, Akira! I committed this to trunk and branch-2. > Queue size metric for metric sinks isn't actually maintained > ------------------------------------------------------------ > > Key: HADOOP-9087 > URL: https://issues.apache.org/jira/browse/HADOOP-9087 > Project: Hadoop Common > Issue Type: Bug > Components: metrics > Affects Versions: 2.6.0 > Reporter: Mostafa Elhemali > Assignee: Akira AJISAKA > Priority: Minor > Fix For: 2.7.0 > > Attachments: HADOOP-9087-002.patch, HADOOP-9087-003.patch, HADOOP-9087-004.patch, HADOOP-9087.patch > > > Came across this while looking at the code for the metrics system: the qsize gauge in the MetricsSinkAdapter is not updated/maintained so it will always be zero (there's a compiler warning about it actually). -- This message was sent by Atlassian JIRA (v6.3.4#6332)