Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E7E08200BA3 for ; Thu, 20 Oct 2016 11:38:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E17BB160AFE; Thu, 20 Oct 2016 09:38:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 61C04160ADB for ; Thu, 20 Oct 2016 11:38:59 +0200 (CEST) Received: (qmail 46578 invoked by uid 500); 20 Oct 2016 09:38:58 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 46556 invoked by uid 99); 20 Oct 2016 09:38:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2016 09:38:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5D9742C0086 for ; Thu, 20 Oct 2016 09:38:58 +0000 (UTC) Date: Thu, 20 Oct 2016 09:38:58 +0000 (UTC) From: "Sam Corbett (JIRA)" To: dev@brooklyn.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (BROOKLYN-370) DynamicGroup is "STOPPED" when its members are starting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 20 Oct 2016 09:39:00 -0000 Sam Corbett created BROOKLYN-370: ------------------------------------ Summary: DynamicGroup is "STOPPED" when its members are starting Key: BROOKLYN-370 URL: https://issues.apache.org/jira/browse/BROOKLYN-370 Project: Brooklyn Issue Type: Bug Reporter: Sam Corbett Here's a blueprint to demonstrate: {code} location: localhost services: - type: org.apache.brooklyn.entity.software.base.EmptySoftwareProcess brooklyn.config: foo: bar launchLatch: $brooklyn:attributeWhenReady("no-such-sensor") - type: org.apache.brooklyn.entity.group.DynamicGroup brooklyn.config: dynamicgroup.entityfilter: $brooklyn:object: type: org.apache.brooklyn.core.entity.EntityPredicates factoryMethod.name: "configEqualTo" factoryMethod.args: - "foo" - "bar" {code} The {{EmptySoftwareProcesses}} never start. The group is {{STOPPED}}. It should be {{STARTING}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)