----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52420/#review155114 -----------------------------------------------------------
ambari-agent/src/main/python/ambari_agent/StatusCommandsExecutor.py (line 91) <https://reviews.apache.org/r/52420/#comment224966> The fix for the recent. HB lost issue. - Andrew Onischuk On Nov. 7, 2016, 9:40 a.m., Andrew Onischuk wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/52420/ > ----------------------------------------------------------- > > (Updated Nov. 7, 2016, 9:40 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 > ----- > > 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/Controller.py 2a4d384 > ambari-agent/src/main/python/ambari_agent/PythonReflectiveExecutor.py > 655b2fc > ambari-agent/src/main/python/ambari_agent/StatusCommandsExecutor.py > PRE-CREATION > ambari-agent/src/main/python/ambari_agent/main.py a5edfe3 > ambari-agent/src/test/python/ambari_agent/TestActionQueue.py 7d04d42 > ambari-agent/src/test/python/ambari_agent/TestController.py 59b41cd > ambari-agent/src/test/python/ambari_agent/TestMain.py 01028ec > > Diff: https://reviews.apache.org/r/52420/diff/ > > > Testing > ------- > > mvn clean test > > > Thanks, > > Andrew Onischuk > >
