You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Dániel Bakai (Jira)" <ji...@apache.org> on 2020/03/11 02:14:00 UTC

[jira] [Updated] (MINIFICPP-1175) ControllerService neither notifyStop nor destructor is called on shutdown

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

Dániel Bakai updated MINIFICPP-1175:
------------------------------------
    Description: 
This means that we can't clean up Controller Services cleanly on shutdown.

Not being destructed is most likely caused by MINIFICPP-839, but we should still at least (and independently of that) call notifyStop.

A concrete issue is persisting PersistableKeyValueStorageServices on shutdown.

  was:
This means that we can't clean up Controller Services cleanly on shutdown.

A concrete issue is persisting PersistableKeyValueStorageServices on shutdown.


> ControllerService neither notifyStop nor destructor is called on shutdown
> -------------------------------------------------------------------------
>
>                 Key: MINIFICPP-1175
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1175
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Bug
>            Reporter: Dániel Bakai
>            Priority: Blocker
>             Fix For: 0.8.0
>
>
> This means that we can't clean up Controller Services cleanly on shutdown.
> Not being destructed is most likely caused by MINIFICPP-839, but we should still at least (and independently of that) call notifyStop.
> A concrete issue is persisting PersistableKeyValueStorageServices on shutdown.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)