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 2022/08/19 19:56:00 UTC

[jira] [Commented] (NIFI-8248) Modify PutAzureDataLakeStorage processor to use temp file instead of inline replacement

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

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

Commit 22e8901fced6f56d9913cec240458e3268449873 in nifi's branch refs/heads/main from Timea Barna
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=22e8901fce ]

NIFI-8248 Modified PutAzureDataLakeStorage processor to use temp file instead of inline replacement

This closes #6159

Signed-off-by: Joey Frazee <jf...@apache.org>


> Modify PutAzureDataLakeStorage processor to use temp file instead of inline replacement
> ---------------------------------------------------------------------------------------
>
>                 Key: NIFI-8248
>                 URL: https://issues.apache.org/jira/browse/NIFI-8248
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Timea Barna
>            Assignee: Timea Barna
>            Priority: Major
>          Time Spent: 9.5h
>  Remaining Estimate: 0h
>
> Currently PutAzureDataLakeStorage processor overwrites the existing file with an empty file before uploading the content. In case of some reason upload fails the original content of the file is lost. Recommended solution would be to create a temporary file first and rename it after a successful upload.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)