Return-Path: X-Original-To: apmail-brooklyn-dev-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E8A3510A9E for ; Thu, 22 Jan 2015 11:30:25 +0000 (UTC) Received: (qmail 29789 invoked by uid 500); 22 Jan 2015 11:30:25 -0000 Delivered-To: apmail-brooklyn-dev-archive@brooklyn.apache.org Received: (qmail 29758 invoked by uid 500); 22 Jan 2015 11:30:25 -0000 Mailing-List: contact dev-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list dev@brooklyn.incubator.apache.org Received: (qmail 29747 invoked by uid 99); 22 Jan 2015 11:30:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2015 11:30:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 22 Jan 2015 11:30:24 +0000 Received: (qmail 26251 invoked by uid 99); 22 Jan 2015 11:27:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2015 11:27:34 +0000 Date: Thu, 22 Jan 2015 11:27:34 +0000 (UTC) From: "Svetoslav Neykov (JIRA)" To: dev@brooklyn.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (BROOKLYN-125) attributeWhenReady blocks entity stop MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/BROOKLYN-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Svetoslav Neykov updated BROOKLYN-125: -------------------------------------- Description: Using attributeWhenReady in shell.env blocks stop. A sample blueprint: {code:yaml} services: - type: 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. was: Using attributeWhenReady in shell.env blocks stop. A sample blueprint: ``` services: - type: brooklyn.config: shell.env: var: $brooklyn:component("fast").attributeWhenReady("host.address") - type: brooklyn.entity.machine.MachineEntity id: fast ``` The "fast" entity is quick to disappear, so attributeWhenReady will block indefinetly when setting up the environment for the stop calls. > 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:yaml} > services: > - type: > 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)