You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2015/07/24 07:26:21 UTC

[1/2] incubator-brooklyn git commit: Count the null values for the average enrichers

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master 265d1b21a -> dd0ab7f3b


Count the null values for the average enrichers

This fixes TomcatAutoScalerPolicyTest


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

Branch: refs/heads/master
Commit: 77d2b1202ff2f9db2113bee2ba41f6f7dd988f26
Parents: b2d3f33
Author: Valentin Aitken <va...@cloudsoftcorp.com>
Authored: Wed Jul 1 17:31:02 2015 +0300
Committer: Valentin Aitken <va...@cloudsoftcorp.com>
Committed: Thu Jul 9 16:42:18 2015 +0300

----------------------------------------------------------------------
 .../main/java/brooklyn/entity/webapp/DynamicWebAppClusterImpl.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/77d2b120/software/webapp/src/main/java/brooklyn/entity/webapp/DynamicWebAppClusterImpl.java
----------------------------------------------------------------------
diff --git a/software/webapp/src/main/java/brooklyn/entity/webapp/DynamicWebAppClusterImpl.java b/software/webapp/src/main/java/brooklyn/entity/webapp/DynamicWebAppClusterImpl.java
index 951e3b4..c94fec0 100644
--- a/software/webapp/src/main/java/brooklyn/entity/webapp/DynamicWebAppClusterImpl.java
+++ b/software/webapp/src/main/java/brooklyn/entity/webapp/DynamicWebAppClusterImpl.java
@@ -117,6 +117,7 @@ public class DynamicWebAppClusterImpl extends DynamicClusterImpl implements Dyna
                     .publishing(average)
                     .fromMembers()
                     .computingAverage()
+                    .defaultValueForUnreportedSensors(0)
                     .build());
         }
     }


[2/2] incubator-brooklyn git commit: This closes #731

Posted by al...@apache.org.
This closes #731


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

Branch: refs/heads/master
Commit: dd0ab7f3ba45082eefffbae704c8614e5a42ffb3
Parents: 265d1b2 77d2b12
Author: Aled Sage <al...@gmail.com>
Authored: Thu Jul 23 22:26:16 2015 -0700
Committer: Aled Sage <al...@gmail.com>
Committed: Thu Jul 23 22:26:16 2015 -0700

----------------------------------------------------------------------
 .../main/java/brooklyn/entity/webapp/DynamicWebAppClusterImpl.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------