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 <[email protected]> Authored: Wed May 10 11:26:49 2017 +0300 Committer: Ivana Yovcheva <[email protected]> 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.
