You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Peter Gyori (Jira)" <ji...@apache.org> on 2021/02/05 12:12:00 UTC

[jira] [Created] (NIFI-8200) PutAzureDataLakeStorage processor leaves behind a 0B file if upload fails

Peter Gyori created NIFI-8200:
---------------------------------

             Summary: PutAzureDataLakeStorage processor leaves behind a 0B file if upload fails
                 Key: NIFI-8200
                 URL: https://issues.apache.org/jira/browse/NIFI-8200
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
            Reporter: Peter Gyori
            Assignee: Peter Gyori


The PutAzureDataLakeStorage processor works in a way that first it creates an empty file with the given name, and then uploads the content to this file. However, if the upload fails, the empty file does not get removed.
The processor needs to be modified to remove the file if the upload is not successful.



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