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

ASF GitHub Bot commented on MINIFI-249:
---------------------------------------

Github user phrocker commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/110#discussion_r123113442
  
    --- Diff: libminifi/include/core/FlowFile.h ---
    @@ -224,6 +224,10 @@ class FlowFile {
     
       void setStoredToRepository(bool storedInRepository) {
         stored = storedInRepository;
    +    if (!stored && nullptr != claim_)
    +        {
    +      claim_->decreaseFlowFileRecordOwnedCount();
    --- End diff --
    
    Initially I added this because I used storage in the repo as part of the 
count, but I removed this concept hence this isn't necessary. I will remove it, 
thanks. 


> Volatile Provenance Repository
> ------------------------------
>
>                 Key: MINIFI-249
>                 URL: https://issues.apache.org/jira/browse/MINIFI-249
>             Project: Apache NiFi MiNiFi
>          Issue Type: New Feature
>          Components: C++, Core Framework
>            Reporter: Aldrin Piri
>            Assignee: marco polo
>
> It would be helpful to have a volatile implementation for handling 
> provenance.  While the data guarantees of capturing/storing information work 
> in some scenarios, in others, folks may wish to just hold data while the 
> instance is running.  This is predicated on an extensible interface that 
> supports this configurability.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to