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 015AD200D41 for ; Wed, 22 Nov 2017 21:23:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id F4164160BFD; Wed, 22 Nov 2017 20:23:03 +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 46544160BEC for ; Wed, 22 Nov 2017 21:23:03 +0100 (CET) Received: (qmail 93832 invoked by uid 500); 22 Nov 2017 20:23:02 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 93821 invoked by uid 99); 22 Nov 2017 20:23:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2017 20:23:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 9C60EC5E1E for ; Wed, 22 Nov 2017 20:23:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.011 X-Spam-Level: X-Spam-Status: No, score=-99.011 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KB_WAM_FROM_NAME_SINGLEWORD=0.2, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id GkY6wfizihHl for ; Wed, 22 Nov 2017 20:23:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id C3C775F566 for ; Wed, 22 Nov 2017 20:23:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5BD7EE00A3 for ; Wed, 22 Nov 2017 20:23:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1B14E241A0 for ; Wed, 22 Nov 2017 20:23:00 +0000 (UTC) Date: Wed, 22 Nov 2017 20:23:00 +0000 (UTC) From: "Xiao Chen (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HADOOP-15067) GC time percentage reported in JvmMetrics should be a gauge, not counter MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 22 Nov 2017 20:23:04 -0000 [ https://issues.apache.org/jira/browse/HADOOP-15067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16263285#comment-16263285 ] Xiao Chen edited comment on HADOOP-15067 at 11/22/17 8:22 PM: -------------------------------------------------------------- +1 pending jenkins. Thanks Misha. Also thanks [~xkrogen] for the good catch. Do you have any other comments Erik? [~andrew.wang] FYI this would be a useful supportability fix that we'd like to add to 3.0.0, so downstream could use hadoop-3.0.0 package. was (Author: xiaochen): +1 pending jenkins. Thanks Misha. [~andrew.wang] FYI this would be a useful supportability fix that we'd like to add to 3.0.0, so downstream could use hadoop-3.0.0 package. > GC time percentage reported in JvmMetrics should be a gauge, not counter > ------------------------------------------------------------------------ > > Key: HADOOP-15067 > URL: https://issues.apache.org/jira/browse/HADOOP-15067 > Project: Hadoop Common > Issue Type: Bug > Reporter: Misha Dmitriev > Assignee: Misha Dmitriev > Attachments: HADOOP-15067.01.patch > > > A new GcTimeMonitor class has been recently added, and the corresponding metrics added in JvmMetrics.java, line 190: > {code} > if (gcTimeMonitor != null) { > rb.addCounter(GcTimePercentage, > gcTimeMonitor.getLatestGcData().getGcTimePercentage()); > } > {code} > Since GC time percentage can go up and down, a gauge rather than counter should be used to report it. That is, {{addCounter}} should be replaced with {{addGauge}} above. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org