You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Bryan Bende (JIRA)" <ji...@apache.org> on 2019/03/11 15:13:00 UTC

[jira] [Created] (NIFI-6113) GetHDFSFileInfo not working correctly with > 1 concurrent task

Bryan Bende created NIFI-6113:
---------------------------------

             Summary: GetHDFSFileInfo not working correctly with > 1 concurrent task
                 Key: NIFI-6113
                 URL: https://issues.apache.org/jira/browse/NIFI-6113
             Project: Apache NiFi
          Issue Type: Improvement
    Affects Versions: 1.9.0, 1.7.1, 1.8.0
            Reporter: Bryan Bende


The processor has a member variable that stores some information about what directory to filter on, and the member variable is not protected for concurrent access. If someone configures the processor with > 1 concurrent tasks, than each execution of the processor can be updating the member variable at the same time, leading to unexpected results.



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