Updated Branches:
  refs/heads/master d6e4501d5 -> 06181bc12

fixing jira STRATOS-415


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

Branch: refs/heads/master
Commit: 27c65ff97f5cc19f20084171f8b337f91822cb34
Parents: ccac187
Author: Isuru <[email protected]>
Authored: Fri Feb 7 11:14:18 2014 +0530
Committer: Isuru <[email protected]>
Committed: Fri Feb 7 11:14:18 2014 +0530

----------------------------------------------------------------------
 .../statistics/notifier/LoadBalancerStatisticsNotifier.java      | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/27c65ff9/components/org.apache.stratos.load.balancer.common/src/main/java/org/apache/stratos/load/balancer/common/statistics/notifier/LoadBalancerStatisticsNotifier.java
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.load.balancer.common/src/main/java/org/apache/stratos/load/balancer/common/statistics/notifier/LoadBalancerStatisticsNotifier.java
 
b/components/org.apache.stratos.load.balancer.common/src/main/java/org/apache/stratos/load/balancer/common/statistics/notifier/LoadBalancerStatisticsNotifier.java
index ebef3f8..2e94108 100644
--- 
a/components/org.apache.stratos.load.balancer.common/src/main/java/org/apache/stratos/load/balancer/common/statistics/notifier/LoadBalancerStatisticsNotifier.java
+++ 
b/components/org.apache.stratos.load.balancer.common/src/main/java/org/apache/stratos/load/balancer/common/statistics/notifier/LoadBalancerStatisticsNotifier.java
@@ -86,9 +86,7 @@ public class LoadBalancerStatisticsNotifier implements 
Runnable {
                                     }
                                 }
                                 else {
-                                    if(log.isWarnEnabled()) {
-                                        log.warn(String.format("Load balancer 
cluster found in topology: %s", cluster.getClusterId()));
-                                    }
+                                    // Load balancer cluster found in 
topology; we do not need to publish request counts for them.
                                 }
                             }
 

Reply via email to