You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by "Svetoslav Neykov (JIRA)" <ji...@apache.org> on 2016/11/21 11:05:58 UTC

[jira] [Resolved] (BROOKLYN-125) attributeWhenReady blocks entity stop

     [ https://issues.apache.org/jira/browse/BROOKLYN-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Svetoslav Neykov resolved BROOKLYN-125.
---------------------------------------
    Resolution: Fixed

Fixed in https://github.com/apache/incubator-brooklyn/pull/1090

> attributeWhenReady blocks entity stop
> -------------------------------------
>
>                 Key: BROOKLYN-125
>                 URL: https://issues.apache.org/jira/browse/BROOKLYN-125
>             Project: Brooklyn
>          Issue Type: Bug
>            Reporter: Svetoslav Neykov
>
> Using attributeWhenReady in shell.env blocks stop. A sample blueprint:
> {code}
> services:
> - type: <slow entity, i.e. brooklyn.entity.webapp.tomcat.TomcatServer>
>   brooklyn.config:
>     shell.env:
>       var: $brooklyn:component("fast").attributeWhenReady("host.address")
> - type: brooklyn.entity.machine.MachineEntity
>   id: fast
> {code}
> The "fast" entity is quick to disappear, so attributeWhenReady will block indefinetly when setting up the environment for the stop calls.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)