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

[35/50] stratos git commit: Updating info log in VMClusterMonitor

Updating info log in VMClusterMonitor


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

Branch: refs/heads/master
Commit: 98fd5479b24d674eb4cfd5bcfbf0836ed5dd6b2d
Parents: aca65c9
Author: Imesh Gunaratne <im...@apache.org>
Authored: Thu Dec 11 23:22:40 2014 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Thu Dec 11 23:22:40 2014 +0530

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


http://git-wip-us.apache.org/repos/asf/stratos/blob/98fd5479/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/VMClusterMonitor.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/VMClusterMonitor.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/VMClusterMonitor.java
index f208edc..ccd5e03 100644
--- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/VMClusterMonitor.java
+++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/VMClusterMonitor.java
@@ -263,7 +263,7 @@ public class VMClusterMonitor extends AbstractClusterMonitor {
 
                             if (rifReset || memoryConsumptionReset || loadAverageReset) {
 
-                                log.info("Executing scaling rule as stats has been reset");
+                                log.info("Executing scaling rule as statistics have been reset");
                                 VMClusterContext vmClusterContext = (VMClusterContext) clusterContext;
 
                                 getScaleCheckKnowledgeSession().setGlobal("clusterId", getClusterId());