Repository: stratos Updated Branches: refs/heads/stratos-4.1.x 8f41e9ff3 -> 529c38521
Updating log for commit bf4335b1ef60b4ea596ee3b14960deac5a8e55fe change Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/529c3852 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/529c3852 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/529c3852 Branch: refs/heads/stratos-4.1.x Commit: 529c38521fea5991172c4a89b1661a43ad3a02ce Parents: 8f41e9f Author: Thanuja <[email protected]> Authored: Thu Nov 19 18:03:10 2015 +0530 Committer: Thanuja <[email protected]> Committed: Thu Nov 19 18:03:10 2015 +0530 ---------------------------------------------------------------------- .../apache/stratos/autoscaler/context/cluster/ClusterContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/529c3852/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/context/cluster/ClusterContext.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/context/cluster/ClusterContext.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/context/cluster/ClusterContext.java index adfb43f..6c9714f 100644 --- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/context/cluster/ClusterContext.java +++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/context/cluster/ClusterContext.java @@ -378,7 +378,7 @@ public class ClusterContext extends AbstractClusterContext { || MemberStatus.Initialized.equals(member.getStatus())) { clusterLevelPartitionContext.addPendingMember(memberContext); if (log.isDebugEnabled()) { - String msg = String.format("Created or starting member read from topology and added to " + + String msg = String.format("Created or starting or initialized member read from topology and added to " + "pending member list: [application] %s [cluster] %s " + "[clusterInstanceContext] %s [partitionContext] %s [member-id] %s", cluster.getAppId(), cluster.getClusterId(), ClusterInstanceId,
