[
https://issues.apache.org/jira/browse/AMBARI-10348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14394716#comment-14394716
]
Hadoop QA commented on AMBARI-10348:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12709260/AMBARI-10348.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 5 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The test build failed in ambari-server
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/2243//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/2243//console
This message is automatically generated.
> Alerts: Generate Server Side Alerts For Agent Health and Alert Staleness
> ------------------------------------------------------------------------
>
> Key: AMBARI-10348
> URL: https://issues.apache.org/jira/browse/AMBARI-10348
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.0.0
> Reporter: Jonathan Hurley
> Assignee: Jonathan Hurley
> Priority: Critical
> Fix For: 2.1.0
>
> Attachments: AMBARI-10348.patch
>
>
> Due to alerts being run on distributed platforms - we have problem wherein if
> alert is scheduled to run on a host that goes down - its not obvious to
> customer that alerts are not running and something is wrong. We need to do 2
> thigns:
> 1. Generate an alert when not heard from Ambari Agent for quite sometime
> 2. Fire alerts which havent been run for quite sometime - saying they havent
> been run due to host not responding.
> Seems like 2 new alerts are required, both of which being "Server Side"
> (which is a new concept).
> - Ambari Server will need to maintain information about the last heartbeat
> from a host and produce alerts when a heartbeat has not been received. A new
> {{@AmbariService}} can handle this.
> - Ambari Server will need to periodically check the last timestamp of all
> enabled alert instances and determine if the alert has not run within a
> certain period of time. A new {{@AmbariService}} can handle this.
> We should utilize the alerts.json defined outside the stack since this
> affects hosts and alert instants and is not bound to a cluster.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)