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 85BA418C7D for ; Fri, 20 Nov 2015 12:01:11 +0000 (UTC) Received: (qmail 40136 invoked by uid 500); 20 Nov 2015 12:01:11 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 40080 invoked by uid 500); 20 Nov 2015 12:01:11 -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 39857 invoked by uid 99); 20 Nov 2015 12:01:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2015 12:01:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 186F92C1F6E for ; Fri, 20 Nov 2015 12:01:11 +0000 (UTC) Date: Fri, 20 Nov 2015 12:01:11 +0000 (UTC) From: "Hudson (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-13954) Enable auto-start with alerting for AMS 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-13954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15016679#comment-15016679 ] Hudson commented on AMBARI-13954: --------------------------------- FAILURE: Integrated in Ambari-trunk-Commit #3874 (See [https://builds.apache.org/job/Ambari-trunk-Commit/3874/]) AMBARI-13954 Enable auto-start with alerting for AMS (dsen) (dsen: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=d48a9b6851928d054bb2063160811f69f4ccad7f]) * ambari-agent/src/test/python/ambari_agent/TestRecoveryManager.py * ambari-agent/src/test/python/ambari_agent/TestActionQueue.py * ambari-agent/src/test/python/ambari_agent/TestAlerts.py * ambari-server/src/main/java/org/apache/ambari/server/state/alert/SourceType.java * ambari-server/src/main/java/org/apache/ambari/server/state/alert/AlertDefinitionFactory.java * ambari-agent/src/main/python/ambari_agent/alerts/recovery_alert.py * ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/alerts.json * ambari-agent/src/test/python/ambari_agent/TestHeartbeat.py * ambari-agent/src/main/python/ambari_agent/Controller.py * ambari-agent/src/test/python/ambari_agent/TestAlertSchedulerHandler.py * ambari-agent/src/main/python/ambari_agent/FileCache.py * ambari-agent/src/main/python/ambari_agent/AlertSchedulerHandler.py * ambari-server/src/main/java/org/apache/ambari/server/state/alert/RecoverySource.java * ambari-agent/src/main/python/ambari_agent/RecoveryManager.py * ambari-server/conf/unix/ambari.properties > Enable auto-start with alerting for AMS > --------------------------------------- > > Key: AMBARI-13954 > URL: https://issues.apache.org/jira/browse/AMBARI-13954 > Project: Ambari > Issue Type: Task > Components: alerts, ambari-agent, ambari-metrics > Affects Versions: 2.1.3 > Reporter: Dmytro Sen > Assignee: Dmytro Sen > Priority: Critical > Fix For: 2.1.3 > > Attachments: AMBARI-13954-trunk.patch, critical.png, ok.png, warn.png > > > - In 2.1.3 we have the watch dog script that will shutdown the API if HBase is unresponsive for sometime. > - We also have the ability to auto-start per service / component > - The two should work in conjunction for AMS > - User needs to be alerted if Restarts are too frequent > Alternative approach is for watch to act as a monitor and be responsible for restarting HBase. > This should still be a alert hook but in that case the alert can be customized for AMS only. > To turn on AMS auto-start append ambari.properties with > {code} > recovery.type=AUTO_START > recovery.enabled_components=METRICS_COLLECTOR > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)