You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by "Aled Sage (JIRA)" <ji...@apache.org> on 2017/04/27 20:16:04 UTC

[jira] [Commented] (BROOKLYN-331) Enrichers not unmanaged

    [ https://issues.apache.org/jira/browse/BROOKLYN-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15987560#comment-15987560 ] 

Aled Sage commented on BROOKLYN-331:
------------------------------------

This seems to be fixed now. I deployed the app below, and confirmed that persisted state included this enricher (and the default enrichers that an app has):
{noformat}
services:
- type: org.apache.brooklyn.entity.stock.BasicApplication
  brooklyn.enrichers:
  - type: org.apache.brooklyn.enricher.stock.Transformer
    brooklyn.config:
      enricher.triggerSensors: myTrigger
      enricher.targetSensor: myTarget
      enricher.targetValue: myVal
{noformat}

I then called {{stop}} on the app, and checked the persisted state. The enrichers had also been deleted.

I also deployed the app again, and called {{unmanage}}. Again, the enrichers were also deleted.

> Enrichers not unmanaged
> -----------------------
>
>                 Key: BROOKLYN-331
>                 URL: https://issues.apache.org/jira/browse/BROOKLYN-331
>             Project: Brooklyn
>          Issue Type: Bug
>            Reporter: Svetoslav Neykov
>
> Enrichers are left managed after destroying an application with their files still persisted. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)