-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39424/
-----------------------------------------------------------
Review request for Ambari, Jayush Luniya and Sid Wagle.
Bugs: AMBARI-13463
https://issues.apache.org/jira/browse/AMBARI-13463
Repository: ambari
Description
-------
Currently, auto start feature is a all-on or all-off. At times it is necessary
to allow auto-start for certain components or disallow auto-start for certain
components.
Scenarios being:
Do not auto-restart NAMENODE
Restart only AMS Collector or Storm Supervisor
Do not auto restart ATS/JHS as they are externally managed for HA
(active-passive)
Diffs
-----
ambari-agent/src/main/python/ambari_agent/ActionQueue.py 6a64f99
ambari-agent/src/main/python/ambari_agent/RecoveryManager.py 595c4fc
ambari-agent/src/test/python/ambari_agent/TestActionQueue.py 4e130f9
ambari-agent/src/test/python/ambari_agent/TestRecoveryManager.py 1669a2c
ambari-server/src/main/java/org/apache/ambari/server/agent/HeartBeatHandler.java
6f34b62
ambari-server/src/main/java/org/apache/ambari/server/agent/RecoveryConfig.java
9ebfb49
ambari-server/src/main/java/org/apache/ambari/server/configuration/Configuration.java
23f9803fe
Diff: https://reviews.apache.org/r/39424/diff/
Testing
-------
New unit tests and manually verified the settings.
Thanks,
Sumit Mohanty