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)