Updated Branches:
  refs/heads/master eaaff0e42 -> fba0019b3

Fix scaling rule file test failure


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

Branch: refs/heads/master
Commit: fba0019b30a6faf86aafd72046763830d342348e
Parents: eaaff0e
Author: Lahiru Sandaruwan <[email protected]>
Authored: Tue Jan 7 07:40:47 2014 +0530
Committer: Lahiru Sandaruwan <[email protected]>
Committed: Tue Jan 7 07:40:47 2014 +0530

----------------------------------------------------------------------
 products/autoscaler/modules/distribution/src/main/conf/scaling.drl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/fba0019b/products/autoscaler/modules/distribution/src/main/conf/scaling.drl
----------------------------------------------------------------------
diff --git a/products/autoscaler/modules/distribution/src/main/conf/scaling.drl 
b/products/autoscaler/modules/distribution/src/main/conf/scaling.drl
index b6ce8ce..7036d54 100644
--- a/products/autoscaler/modules/distribution/src/main/conf/scaling.drl
+++ b/products/autoscaler/modules/distribution/src/main/conf/scaling.drl
@@ -156,7 +156,7 @@ dialect "mvel"
         eval(log.debug("[scale-down] [network-partition] " + 
$networkPartitionContext.getId() + " [cluster] " + clusterId + " LA Average 
limit: " + laAverageLimit))
 
         eval(log.debug("[scale-down] [network-partition] " + 
$networkPartitionContext.getId() + " [cluster] " + clusterId + " Scale-down 
factor: " + $delegator.SCALE_DOWN_FACTOR))
-        eval(log.debug("[scale-down] [network-partition] " + 
$networkPartitionContext.getId() + " [partition] " + partition.getId() + " 
[cluster] " + clusterId + " Scale-down action: " + scaleDownAction))
+        eval(log.debug("[scale-down] [network-partition] " + 
$networkPartitionContext.getId() + " [cluster] " + clusterId + " Scale-down 
action: " + scaleDownAction))
 
         eval(scaleDownAction)
 

Reply via email to