Updated Branches: refs/heads/master 413661e59 -> 9ce3d30bd
initializing partition ctxt Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/b8de82ee Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/b8de82ee Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/b8de82ee Branch: refs/heads/master Commit: b8de82ee3b4277a8ba5796c83b3f91e35c326776 Parents: 413661e Author: Nirmal Fernando <[email protected]> Authored: Sat Dec 14 15:49:06 2013 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Sat Dec 14 15:49:06 2013 +0530 ---------------------------------------------------------------------- .../java/org/apache/stratos/autoscaler/NetworkPartitionContext.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/b8de82ee/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/NetworkPartitionContext.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/NetworkPartitionContext.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/NetworkPartitionContext.java index ae53601..ef621de 100644 --- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/NetworkPartitionContext.java +++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/NetworkPartitionContext.java @@ -71,6 +71,7 @@ public class NetworkPartitionContext implements Serializable { this.setServiceToLBClusterId(new HashMap<String, String>()); this.setClusterIdToLBClusterIdMap(new HashMap<String, String>()); partitionToMemberCountMap = new HashMap<String, Integer>(); + partitionCtxts = new HashMap<String, PartitionContext>(); }
