You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Andres Garagiola (JIRA)" <ji...@apache.org> on 2019/06/06 19:14:00 UTC

[jira] [Created] (NIFI-6361) PutFile doesn't check the restriction of the max files properly when replace strategy is activated

Andres Garagiola created NIFI-6361:
--------------------------------------

             Summary: PutFile doesn't check the restriction of the max files properly when replace strategy is activated
                 Key: NIFI-6361
                 URL: https://issues.apache.org/jira/browse/NIFI-6361
             Project: Apache NiFi
          Issue Type: Bug
            Reporter: Andres Garagiola


In PutFile processor, when the conflict resolution is set to replace, the processor works in the wrong way. If we have a limit of X files in the folder, and we have already X files there. If we want to override it, the processor will fail because we exceed the number of files in the folder. Since we want to replace a file, we will not exceed the limit at all.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)