You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by me...@apache.org on 2015/05/28 19:49:34 UTC

stratos git commit: enhancing log message to better distinguish reasons for max instance limit reached

Repository: stratos
Updated Branches:
  refs/heads/master c24d35aa1 -> b1b6bca3f


enhancing log message to better distinguish reasons for max instance limit reached


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

Branch: refs/heads/master
Commit: b1b6bca3f99b6127da24c9af0a6b20faff2907be
Parents: c24d35a
Author: Martin Eppel <me...@cisco..com>
Authored: Thu May 28 10:49:07 2015 -0700
Committer: Martin Eppel <me...@cisco..com>
Committed: Thu May 28 10:49:07 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/stratos/blob/b1b6bca3/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/component/GroupMonitor.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/component/GroupMonitor.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/component/GroupMonitor.java
index aaf6268..dbea5e2 100644
--- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/component/GroupMonitor.java
+++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/component/GroupMonitor.java
@@ -948,7 +948,7 @@ public class GroupMonitor extends ParentComponentMonitor {
                             null);
                     instanceIdsToStart.add(groupInstanceId);
                 } else {
-                    log.warn("[Group] " + group.getUniqueIdentifier() + " has reached " +
+                    log.warn("Partition context is null, [Group] " + group.getUniqueIdentifier() + " has reached " +
                             "the maximum limit as [max] " + groupMax +
                             ". Hence trying to notify the parent.");
                 }