You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by dr...@apache.org on 2017/05/10 09:26:21 UTC

[1/2] brooklyn-server git commit: DynamicCluster.CLUSTER_ONE_AND_ALL_MEMBERS_UP clarification

Repository: brooklyn-server
Updated Branches:
  refs/heads/master 36b9045b2 -> 0df0a4889


DynamicCluster.CLUSTER_ONE_AND_ALL_MEMBERS_UP clarification


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

Branch: refs/heads/master
Commit: fe54896b59390c53c87554feb55bb233ed9d74a1
Parents: 36b9045
Author: Ivana Yovcheva <iv...@gmail.com>
Authored: Wed May 10 11:26:49 2017 +0300
Committer: Ivana Yovcheva <iv...@gmail.com>
Committed: Wed May 10 11:26:49 2017 +0300

----------------------------------------------------------------------
 .../main/java/org/apache/brooklyn/entity/group/DynamicCluster.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/fe54896b/core/src/main/java/org/apache/brooklyn/entity/group/DynamicCluster.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/brooklyn/entity/group/DynamicCluster.java b/core/src/main/java/org/apache/brooklyn/entity/group/DynamicCluster.java
index d4bb556..c66b2a8 100644
--- a/core/src/main/java/org/apache/brooklyn/entity/group/DynamicCluster.java
+++ b/core/src/main/java/org/apache/brooklyn/entity/group/DynamicCluster.java
@@ -199,7 +199,7 @@ public interface DynamicCluster extends AbstractGroup, Cluster, MemberReplaceabl
             "cluster.entity", "The cluster an entity is a member of");
 
     AttributeSensor<Boolean> CLUSTER_ONE_AND_ALL_MEMBERS_UP = Sensors.newBooleanSensor(
-            "cluster.one_and_all.members.up", "True if the cluster is running, there is one member, and all members are service.isUp");
+            "cluster.one_and_all.members.up", "True if the cluster is running, there is at least one member, and all members are service.isUp");
 
     /**
      * Changes the cluster size by the given number.


[2/2] brooklyn-server git commit: This closes #675

Posted by dr...@apache.org.
This closes #675


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

Branch: refs/heads/master
Commit: 0df0a4889f5390dde74cd3ecc84d42d8a837f33b
Parents: 36b9045 fe54896
Author: Duncan Godwin <dr...@googlemail.com>
Authored: Wed May 10 10:26:14 2017 +0100
Committer: Duncan Godwin <dr...@googlemail.com>
Committed: Wed May 10 10:26:14 2017 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/brooklyn/entity/group/DynamicCluster.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------