Ver Fonte

AMBARI-14431. Agent becomes unresposive after version incompatible Exception (aonishuk)

Andrew Onishuk há 9 anos atrás
pai
commit
d090dbf78c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      ambari-agent/src/main/python/ambari_agent/main.py

+ 1 - 1
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