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/05/11 08:52:03 UTC

stratos git commit: refing a log

Repository: stratos
Updated Branches:
  refs/heads/master e5b63de71 -> 978ddbe66


refing a log


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

Branch: refs/heads/master
Commit: 978ddbe6605062b82f1149576712e1eb1de4290f
Parents: e5b63de
Author: Udara Liyanage <ud...@wso2.com>
Authored: Mon May 11 12:18:34 2015 +0530
Committer: Udara Liyanage <ud...@wso2.com>
Committed: Mon May 11 12:21:46 2015 +0530

----------------------------------------------------------------------
 .../autoscaler/context/partition/ClusterLevelPartitionContext.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/978ddbe6/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/context/partition/ClusterLevelPartitionContext.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/context/partition/ClusterLevelPartitionContext.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/context/partition/ClusterLevelPartitionContext.java
index 507062e..5a9ddc1 100644
--- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/context/partition/ClusterLevelPartitionContext.java
+++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/context/partition/ClusterLevelPartitionContext.java
@@ -124,7 +124,7 @@ public class ClusterLevelPartitionContext extends PartitionContext implements Se
             }
             CloudControllerServiceClient.getInstance().terminateInstanceForcefully(memberId);
         } catch (Exception e) {
-            e.printStackTrace();
+            log.error("Error occurred while terminating instance", e);
         }
     }