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 A0549200B25 for ; Wed, 8 Jun 2016 17:28:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9F412160A54; Wed, 8 Jun 2016 15:28:22 +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 22C6B160A2E for ; Wed, 8 Jun 2016 17:28:21 +0200 (CEST) Received: (qmail 33364 invoked by uid 500); 8 Jun 2016 15:28:21 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 33282 invoked by uid 99); 8 Jun 2016 15:28:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2016 15:28:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 224B32C14F8 for ; Wed, 8 Jun 2016 15:28:21 +0000 (UTC) Date: Wed, 8 Jun 2016 15:28:21 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-4334) TabletServerMetricsUtil.getIngest should return ingest rate not entries in memory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 08 Jun 2016 15:28:22 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-4334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15320741#comment-15320741 ] Josh Elser commented on ACCUMULO-4334: -------------------------------------- cc/ [~mdrob], [~ctubbsii] Tentatively tagged 1.6.6 and 1.7.2. I think this would be a simple fix to get in for both releases coming up. > TabletServerMetricsUtil.getIngest should return ingest rate not entries in memory > --------------------------------------------------------------------------------- > > Key: ACCUMULO-4334 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4334 > Project: Accumulo > Issue Type: Bug > Affects Versions: 1.6.5 > Reporter: Roshan Punnoose > Priority: Minor > Fix For: 1.6.6, 1.7.2, 1.8.0 > > > TabletServerMetricsUtil getIngest should return ingest rate not entries in memory. > Currently, the utility TabletServerMetricsUtil that exposes ingest rate is calculating the rate as entries in memory for each node. This should be changed to something more akin to: https://github.com/apache/accumulo/blob/master/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java#L1410. Which will calculate the ingest rate per tablet. -- This message was sent by Atlassian JIRA (v6.3.4#6332)