You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Adam Debreceni (Jira)" <ji...@apache.org> on 2020/07/31 09:10:00 UTC

[jira] [Closed] (MINIFICPP-1294) Move stream ref counting to the ResourceClaim class

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

Adam Debreceni closed MINIFICPP-1294.
-------------------------------------

> Move stream ref counting to the ResourceClaim class
> ---------------------------------------------------
>
>                 Key: MINIFICPP-1294
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1294
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Adam Debreceni
>            Priority: Minor
>
> Currently the FlowFile and others manually increment/decrement the refCount of each ResourceClaim. As each ResourceClaim also has a reference to the content repository (in form a StreamManager) it should be able to notify the manager if a ResourceClaim instance is created/destroyed.
> The only place requiring manual refCount adjustments should be when we Serialize/Deserialize the FlowFiles.



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