You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/07/06 13:05:00 UTC

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

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

ASF subversion and git services commented on NIFI-7594:
-------------------------------------------------------

Commit c396927299586b896df4ebc745793b4c451f3898 in nifi's branch refs/heads/master from Tamas Palfy
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=c396927 ]

NIFI-7594 In HandleHttpRequest deleting multipart file resources after processing.

This closes #4379.

Signed-off-by: Peter Turcsanyi <tu...@apache.org>


> 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
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)