[
https://issues.apache.org/jira/browse/AMBARI-13954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15016726#comment-15016726
]
Hudson commented on AMBARI-13954:
---------------------------------
FAILURE: Integrated in Ambari-branch-2.1 #903 (See
[https://builds.apache.org/job/Ambari-branch-2.1/903/])
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=dfc0a0a7e01b4920ca8a43f288450afc5df33420])
*
ambari-server/src/main/java/org/apache/ambari/server/state/alert/SourceType.java
* ambari-server/conf/unix/ambari.properties
* ambari-agent/src/test/python/ambari_agent/TestAlerts.py
* ambari-agent/src/main/python/ambari_agent/AlertSchedulerHandler.py
* ambari-agent/src/main/python/ambari_agent/Controller.py
* ambari-agent/src/main/python/ambari_agent/FileCache.py
*
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/alerts.json
*
ambari-server/src/main/java/org/apache/ambari/server/state/alert/RecoverySource.java
* ambari-agent/src/test/python/ambari_agent/TestHeartbeat.py
* ambari-agent/src/test/python/ambari_agent/TestRecoveryManager.py
* ambari-agent/src/test/python/ambari_agent/TestAlertSchedulerHandler.py
* ambari-agent/src/main/python/ambari_agent/alerts/recovery_alert.py
* ambari-agent/src/test/python/ambari_agent/TestActionQueue.py
*
ambari-server/src/main/java/org/apache/ambari/server/state/alert/AlertDefinitionFactory.java
* ambari-agent/src/main/python/ambari_agent/RecoveryManager.py
> 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)