Repository: ambari Updated Branches: refs/heads/branch-3.0-ams 041e4e9a1 -> 35e2851b9
http://git-wip-us.apache.org/repos/asf/ambari/blob/d496b4ea/ambari-metrics/ambari-metrics-host-monitoring/src/main/python/core/controller.py ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-host-monitoring/src/main/python/core/controller.py b/ambari-metrics/ambari-metrics-host-monitoring/src/main/python/core/controller.py index e5da9ba..d161269 100644 --- a/ambari-metrics/ambari-metrics-host-monitoring/src/main/python/core/controller.py +++ b/ambari-metrics/ambari-metrics-host-monitoring/src/main/python/core/controller.py @@ -138,7 +138,7 @@ class Controller(threading.Thread): if self.aggregator: self.aggregator.stop() if self.aggregator_watchdog: - self.aggregator.stop() + self.aggregator_watchdog.stop() self.aggregator = Aggregator(self.config, self._stop_handler) self.aggregator_watchdog = AggregatorWatchdog(self.config, self._stop_handler) self.aggregator.start()
