You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by re...@apache.org on 2014/12/22 15:01:57 UTC

[2/3] stratos git commit: stopping monitor thread

stopping monitor thread


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/9c2e3cd3
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/9c2e3cd3
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/9c2e3cd3

Branch: refs/heads/master
Commit: 9c2e3cd3b8efd001c0044eea88d3b209c303d1b9
Parents: 7d2ecd3
Author: reka <rt...@gmail.com>
Authored: Mon Dec 22 19:28:00 2014 +0530
Committer: reka <rt...@gmail.com>
Committed: Mon Dec 22 19:28:00 2014 +0530

----------------------------------------------------------------------
 .../stratos/autoscaler/monitor/component/ApplicationMonitor.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/9c2e3cd3/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/component/ApplicationMonitor.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/component/ApplicationMonitor.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/component/ApplicationMonitor.java
index a19a4fa..b510d22 100644
--- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/component/ApplicationMonitor.java
+++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/component/ApplicationMonitor.java
@@ -442,7 +442,7 @@ public class ApplicationMonitor extends ParentComponentMonitor {
 
     @Override
     public void destroy() {
-        //TODO to wipe out the drools
+        stopScheduler();
     }
 
     @Override