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 467E510D79 for ; Tue, 25 Nov 2014 18:02:13 +0000 (UTC) Received: (qmail 28850 invoked by uid 500); 25 Nov 2014 18:02:13 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 28818 invoked by uid 500); 25 Nov 2014 18:02:13 -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 28805 invoked by uid 99); 25 Nov 2014 18:02:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2014 18:02:13 +0000 Date: Tue, 25 Nov 2014 18:02:13 +0000 (UTC) From: "Jonathan Hurley (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-8430) Current Alerts Should Be Cleaned Up With Ambari Cluster/Service/Component/Host Changes 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-8430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Hurley updated AMBARI-8430: ------------------------------------ Attachment: (was: AMBARI-8430.patch) > Current Alerts Should Be Cleaned Up With Ambari Cluster/Service/Component/Host Changes > -------------------------------------------------------------------------------------- > > Key: AMBARI-8430 > URL: https://issues.apache.org/jira/browse/AMBARI-8430 > Project: Ambari > Issue Type: Bug > Components: alerts, ambari-server > Affects Versions: 2.0.0 > Reporter: Jonathan Hurley > Assignee: Jonathan Hurley > Priority: Critical > Fix For: 2.0.0 > > > When an active alert definition is disabled, instances of that alert definition should not show up when query the cluster/service/host for alerts. > STR: > 1) Cause an alert to trigger (shut something down) > 2) Disable the alert definition for that alert > 3) CRITICAL alert stays in the list of current cluster alerts > Expected: The API should prevent disabled alerts from being returned. > Beyond this, the API should also clean up current alerts that are no longer valid. This includes: > 1) Alerts that are for hosts which no longer exist > 2) Alerts that are for a component that is no longer installed on a host > 3) Alerts for services that are no longer part of the cluster (including the default group for that service) > Alerts that are being received should also be verified for validity so that an invalid alert that was cached by the agent doesn't re-appear. -- This message was sent by Atlassian JIRA (v6.3.4#6332)