You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by "Sam Corbett (JIRA)" <ji...@apache.org> on 2016/10/20 09:38:58 UTC

[jira] [Created] (BROOKLYN-370) DynamicGroup is "STOPPED" when its members are starting

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)