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 2015/04/10 13:39:41 UTC

[2/2] stratos git commit: removing unncesarry lock removal which solves application redployment issue

removing unncesarry lock removal which solves application redployment issue


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

Branch: refs/heads/master
Commit: 9a08abde0a9f3720b0345ee53612d05f06845602
Parents: 97c1b5e
Author: Udara Liyanage <ud...@wso2.com>
Authored: Fri Apr 10 14:24:22 2015 +0530
Committer: Udara Liyanage <ud...@wso2.com>
Committed: Fri Apr 10 17:09:23 2015 +0530

----------------------------------------------------------------------
 .../java/org/apache/stratos/messaging/domain/topology/Topology.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/9a08abde/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/topology/Topology.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/topology/Topology.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/topology/Topology.java
index 86739d4..3923d0e 100644
--- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/topology/Topology.java
+++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/topology/Topology.java
@@ -83,7 +83,6 @@ public class Topology implements Serializable {
 
     public void removeFromClusterMap(String cluserId){
         clusterMap.remove(cluserId);
-        TopologyLockHierarchy.getInstance().removeTopologyLockForCluster(cluserId);
     }
 
     public Cluster getCluster(String clusterId){