-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52420/
-----------------------------------------------------------
Review request for Ambari and Dmitro Lisnichenko.
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
-----
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
Diff: https://reviews.apache.org/r/52420/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk