[
https://issues.apache.org/jira/browse/NIFI-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Zhurakousky resolved NIFI-1824.
------------------------------------
Resolution: Fixed
> FileSystemRepository can leave open file handles to data that has been
> archived and/or deleted
> ----------------------------------------------------------------------------------------------
>
> Key: NIFI-1824
> URL: https://issues.apache.org/jira/browse/NIFI-1824
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Mark Payne
> Assignee: Mark Payne
> Fix For: 1.0.0, 0.7.0
>
>
> There appears to be an issue such that if ProcessSession.write() is called
> with a StreamCallback and there is an issue reading or writing content, the
> ProcessSession will decrement the claim count for the content without ever
> writing to it. In this case, the File System Repository will still hold open
> a FileOutputStream but will never have a chance to close it. This can be
> discovered by running:
> {code}
> lsof -p <nifi pid> | grep archive
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)