Repository: stratos Updated Branches: refs/heads/docker-grouping-merge a46da5c53 -> 87908a441
removing un-used setStatus Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/87908a44 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/87908a44 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/87908a44 Branch: refs/heads/docker-grouping-merge Commit: 87908a4412096c5e202e438924003af6d86a6626 Parents: a46da5c Author: reka <[email protected]> Authored: Wed Nov 5 12:21:11 2014 +0530 Committer: reka <[email protected]> Committed: Wed Nov 5 12:21:11 2014 +0530 ---------------------------------------------------------------------- .../stratos/autoscaler/monitor/cluster/ClusterMonitorFactory.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/87908a44/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/ClusterMonitorFactory.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/ClusterMonitorFactory.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/ClusterMonitorFactory.java index 26a0118..68307e8 100644 --- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/ClusterMonitorFactory.java +++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/ClusterMonitorFactory.java @@ -120,7 +120,6 @@ public class ClusterMonitorFactory { new VMServiceClusterMonitor(cluster.getClusterId(), cluster.getServiceName(), deploymentPolicy, policy); - clusterMonitor.setStatus(ClusterStatus.Created); for (PartitionGroup partitionGroup : deploymentPolicy.getPartitionGroups()) {
