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 64641200C02 for ; Thu, 5 Jan 2017 10:30:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 62E16160B26; Thu, 5 Jan 2017 09:30:00 +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 ABA7A160B27 for ; Thu, 5 Jan 2017 10:29:59 +0100 (CET) Received: (qmail 70322 invoked by uid 500); 5 Jan 2017 09:29:58 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 70292 invoked by uid 99); 5 Jan 2017 09:29:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2017 09:29:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id AC6C22C2AB6 for ; Thu, 5 Jan 2017 09:29:58 +0000 (UTC) Date: Thu, 5 Jan 2017 09:29:58 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-19357) Flume metrics can't show if hostname of flume agent is not lowercase MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 05 Jan 2017 09:30:00 -0000 [ https://issues.apache.org/jira/browse/AMBARI-19357?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D15= 800882#comment-15800882 ]=20 Hadoop QA commented on AMBARI-19357: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest a= ttachment=20 http://issues.apache.org/jira/secure/attachment/12845678/No%20graph%20if%= 20uppercase%20agent%20hostname%20.png against trunk revision . {color:red}-1 patch{color}. The patch command could not apply the patc= h. Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/9908/= /console This message is automatically generated. > Flume metrics can't show if hostname of flume agent is not lowercase > --------------------------------------------------------------------- > > Key: AMBARI-19357 > URL: https://issues.apache.org/jira/browse/AMBARI-19357 > Project: Ambari > Issue Type: Bug > Affects Versions: 2.4.2 > Reporter: Yao Lei > Fix For: trunk, 2.5.0 > > Attachments: AMBARI-19357.patch, No graph if uppercase agent host= name .png, uppercase agent hostname .png > > > If hostname of flume agent is uppercase or mixed-case=EF=BC=8Cweb client = will not show flume metrics normally. > This is because we will query metric records by lowercase hostname used i= n ambari ,but the hostname in METRIC_RECORD is not lowercase (see attached = picture),so we will not get any records.This patch amis to convert hostname= of metric record of flume to lowercase before inserting into ams hbase. -- This message was sent by Atlassian JIRA (v6.3.4#6332)