Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1183018A07 for ; Wed, 3 Feb 2016 19:54:41 +0000 (UTC) Received: (qmail 2591 invoked by uid 500); 3 Feb 2016 19:54:40 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 2506 invoked by uid 500); 3 Feb 2016 19:54:40 -0000 Mailing-List: contact dev-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 dev@ambari.apache.org Received: (qmail 2193 invoked by uid 99); 3 Feb 2016 19:54:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2016 19:54:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0A6322C1F69 for ; Wed, 3 Feb 2016 19:54:40 +0000 (UTC) Date: Wed, 3 Feb 2016 19:54:40 +0000 (UTC) From: "Aravindan Vijayan (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-14907) Metrics not displayed for "Last 1 year" period. 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/AMBARI-14907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aravindan Vijayan updated AMBARI-14907: --------------------------------------- Labels: ambari-metrics (was: ) > Metrics not displayed for "Last 1 year" period. > ----------------------------------------------- > > Key: AMBARI-14907 > URL: https://issues.apache.org/jira/browse/AMBARI-14907 > Project: Ambari > Issue Type: Bug > Components: ambari-metrics > Affects Versions: 2.2.1 > Reporter: Aravindan Vijayan > Assignee: Aravindan Vijayan > Labels: ambari-metrics > Fix For: 2.2.2 > > Attachments: AMBARI-14907.patch > > > PROBLEM > Metrics not displayed for Last 1 year period interval on Ambari. > BUG > The daily aggregator discards the last timestamp because it is fractionally more in the past than the cutOff time. We use 1*DAY as current cutoff. This can cause checkpoints to be dropped intermittently. > FIX > Change cutOff multiplier for daily aggregators from 1 to 2. -- This message was sent by Atlassian JIRA (v6.3.4#6332)