Return-Path: X-Original-To: apmail-tajo-issues-archive@minotaur.apache.org Delivered-To: apmail-tajo-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 E634518B87 for ; Mon, 20 Jul 2015 11:54:13 +0000 (UTC) Received: (qmail 18374 invoked by uid 500); 20 Jul 2015 11:54:13 -0000 Delivered-To: apmail-tajo-issues-archive@tajo.apache.org Received: (qmail 18337 invoked by uid 500); 20 Jul 2015 11:54:13 -0000 Mailing-List: contact issues-help@tajo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tajo.apache.org Delivered-To: mailing list issues@tajo.apache.org Received: (qmail 18328 invoked by uid 99); 20 Jul 2015 11:54:13 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jul 2015 11:54:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 6CC68189999 for ; Mon, 20 Jul 2015 11:54:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id dDlXahpNTZa7 for ; Mon, 20 Jul 2015 11:54:05 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 29CFE20F46 for ; Mon, 20 Jul 2015 11:54:05 +0000 (UTC) Received: (qmail 17313 invoked by uid 99); 20 Jul 2015 11:54:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jul 2015 11:54:05 +0000 Date: Mon, 20 Jul 2015 11:54:04 +0000 (UTC) From: "Hyunsik Choi (JIRA)" To: issues@tajo.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (TAJO-1689) Metrics file reporter prints histogram metric without group name. 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/TAJO-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyunsik Choi resolved TAJO-1689. -------------------------------- Resolution: Fixed committed. > Metrics file reporter prints histogram metric without group name. > ----------------------------------------------------------------- > > Key: TAJO-1689 > URL: https://issues.apache.org/jira/browse/TAJO-1689 > Project: Tajo > Issue Type: Bug > Components: Worker > Reporter: Hyunsik Choi > Assignee: Hyunsik Choi > Priority: Trivial > Fix For: 0.11.0 > > > See the title. > Other metic types prints like ${histogram type} ${group name}. The below example are the normal case. > {noformat} > 1436950011080 127.0.0.1:26001 guage tajomaster-jvm.File=0.0408203125 > 1436950011080 127.0.0.1:26001 guage tajomaster-jvm.Thread terminated.count=0,timed_waiting.count=11,count=30,blocked.count=1,new.count=0,deadlocks=[],runnable.count=11,daemon.count=12,waiting.count=7 > {noformat} > But, the histogram type omits group name. > {noformat} > 1437039285473 tajo-h03.gruter.com:28091 histo running.count=293|running.min=1|running.max=8|running.mean=3.67|running.stddev=1.34|running.median=4.00|running.75%=4.00|running.95%=7.00|running.98%=8.00|running.99%=8.00|running.999%=8.00 > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)