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. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to