adamdebreceni commented on pull request #900: URL: https://github.com/apache/nifi-minifi-cpp/pull/900#issuecomment-717170830
nice finding @szaszm! as previously discussed, it seems to be unrelated to this PR, as the same behavior is also observable on the current main, the cause of this issue is that for some reason the `FlowFileRepository::prune_stored_flowfiles` gets executed multiple times, reenqueuing an already deleted flowFile (we load it from the checkpoint we create beforehand where the deletion did not happen), but by then the content resource is deleted, yielding and empty resource (which is an invalid FFv3 format) the created jira ticket is [here](https://issues.apache.org/jira/browse/MINIFICPP-1399) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
