Repository: ambari Updated Branches: refs/heads/trunk 4c3d38c6f -> d090dbf78
AMBARI-14431. Agent becomes unresposive after version incompatible Exception (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d090dbf7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d090dbf7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d090dbf7 Branch: refs/heads/trunk Commit: d090dbf78c8860a7e7c7d20330b3f810556f6325 Parents: 4c3d38c Author: Andrew Onishuk <[email protected]> Authored: Fri Dec 18 18:21:31 2015 +0200 Committer: Andrew Onishuk <[email protected]> Committed: Fri Dec 18 18:21:31 2015 +0200 ---------------------------------------------------------------------- ambari-agent/src/main/python/ambari_agent/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d090dbf7/ambari-agent/src/main/python/ambari_agent/main.py ---------------------------------------------------------------------- diff --git a/ambari-agent/src/main/python/ambari_agent/main.py b/ambari-agent/src/main/python/ambari_agent/main.py index 731cbfc..b920410 100644 --- a/ambari-agent/src/main/python/ambari_agent/main.py +++ b/ambari-agent/src/main/python/ambari_agent/main.py @@ -321,7 +321,7 @@ def main(heartbeat_stop_callback=None): # if connected or stopped: if not OSCheck.get_os_family() == OSConst.WINSRV_FAMILY: - ExitHelper.execute_cleanup() + ExitHelper().execute_cleanup() stop_agent() logger.info("finished") break
