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

[jira] [Created] (NIFI-7594) HadleHttpRequest doesn't clean temporary files

Tamas Palfy created NIFI-7594:
---------------------------------

             Summary: HadleHttpRequest doesn't clean temporary files
                 Key: NIFI-7594
                 URL: https://issues.apache.org/jira/browse/NIFI-7594
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Tamas Palfy
            Assignee: Tamas Palfy


The HandleHttpRequest processor stores multipart messages in the temporary directory defined by the "java.io.tmpdir" system property.

These files remain there (until the jvm is gracefully shut down).

As NiFi is designed to run for long periods of time we should clean up these temporary files after the content has been processed and the flowfile has been transferred.




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