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 9727C200C55 for ; Thu, 13 Apr 2017 19:26:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 95CCC160B89; Thu, 13 Apr 2017 17:26:45 +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 E4789160BA7 for ; Thu, 13 Apr 2017 19:26:44 +0200 (CEST) Received: (qmail 55867 invoked by uid 500); 13 Apr 2017 17:26:44 -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 55645 invoked by uid 99); 13 Apr 2017 17:26:44 -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; Thu, 13 Apr 2017 17:26:44 +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 84829D03E4 for ; Thu, 13 Apr 2017 17:26:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 0oZhCD0DTlpE for ; Thu, 13 Apr 2017 17:26:42 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 91E385FCD7 for ; Thu, 13 Apr 2017 17:26:42 +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 D9895E0069 for ; Thu, 13 Apr 2017 17:26:41 +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 954F024069 for ; Thu, 13 Apr 2017 17:26:41 +0000 (UTC) Date: Thu, 13 Apr 2017 17:26:41 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-20758) Aggregate local metrics for minute aggregation time window MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 13 Apr 2017 17:26:45 -0000 [ https://issues.apache.org/jira/browse/AMBARI-20758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15967927#comment-15967927 ] Hadoop QA commented on AMBARI-20758: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12863307/AMBARI-20758.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 23 new or modified test files. {color:red}-1 release audit{color}. The applied patch generated 5 release audit warnings. {color:red}-1 javac{color}. The patch appears to cause the [build to fail|https://builds.apache.org/job/Ambari-trunk-test-patch/11389//artifact/patch-work/patchJavacWarnings.txt]. Release audit warnings: https://builds.apache.org/job/Ambari-trunk-test-patch/11389//artifact/patch-work/patchReleaseAuditProblems.txt Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/11389//console This message is automatically generated. > Aggregate local metrics for minute aggregation time window > ---------------------------------------------------------- > > Key: AMBARI-20758 > URL: https://issues.apache.org/jira/browse/AMBARI-20758 > Project: Ambari > Issue Type: Task > Components: ambari-metrics > Affects Versions: 2.5.0 > Reporter: Dmytro Sen > Assignee: Dmytro Sen > Priority: Critical > Fix For: 3.0.0 > > Attachments: AMBARI-20758.patch > > > - Abstract Sink checks if there is local known monitor port available to write (e.g.: 61888) > - Handshake / Ping to make sure its the monitor and is accepting writes > - Start sending metrics only to the monitor > - Monitor sends metrics at the global send interval (1 minute) with all the granularity of the sink > - Monitor aggregates first interval (5 min) data and sends it every interval seconds. (5 min) > - The monitor interface look the same as that of collector (http server: maybe Flask) > - Security concerns need to be addressed as well. (https/spnego?) -- This message was sent by Atlassian JIRA (v6.3.15#6346)