-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52420/
-----------------------------------------------------------
(Updated Oct. 3, 2016, 9:38 a.m.)
Review request for Ambari, Sumit Mohanty, Sid Wagle, and Vitalyi Brodetskyi.
Bugs: AMBARI-18505
https://issues.apache.org/jira/browse/AMBARI-18505
Repository: ambari
Description
-------
SmartSense status command does an http call without timeout in 1.2 version of
SS.
Ambari agent queues STATUS commands until we end up with HB lost state with
ton of commands queued up.
This should just never happen is commands are getting queued by by the agent
every HB.
Diffs (updated)
-----
ambari-agent/conf/unix/ambari-agent.ini 914e09a
ambari-agent/src/main/python/ambari_agent/ActionQueue.py f104939
ambari-agent/src/main/python/ambari_agent/PythonReflectiveExecutor.py 655b2fc
ambari-agent/src/test/python/ambari_agent/TestActionQueue.py 7d04d42
Diff: https://reviews.apache.org/r/52420/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk