----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52420/#review153693 -----------------------------------------------------------
ambari-agent/src/main/python/ambari_agent/ActionQueue.py (line 79) <https://reviews.apache.org/r/52420/#comment223114> typo - Dmitro Lisnichenko On Oct. 24, 2016, 6:18 p.m., Andrew Onischuk wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/52420/ > ----------------------------------------------------------- > > (Updated Oct. 24, 2016, 6:18 p.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 c0f7b81 > 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 23cdb13 > > Diff: https://reviews.apache.org/r/52420/diff/ > > > Testing > ------- > > mvn clean test > > > Thanks, > > Andrew Onischuk > >
