You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Gábor Gyimesi (Jira)" <ji...@apache.org> on 2022/10/05 12:04:00 UTC

[jira] [Created] (MINIFICPP-1951) Parallel DefragmentTexts should not rewrite each other's content

Gábor Gyimesi created MINIFICPP-1951:
----------------------------------------

             Summary: Parallel DefragmentTexts should not rewrite each other's content
                 Key: MINIFICPP-1951
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1951
             Project: Apache NiFi MiNiFi C++
          Issue Type: Bug
            Reporter: Gábor Gyimesi


DefragmentText processors append flow file contents, which can modify the content repository. If multiple DefragmentText processors run and modify the same flow file in parallel (in a situation when a processor's relationship is connected to multiple DefragmentText processors), that should result in two separate flow files forwarded to the rest of the flow. It should create separate files in the content repository as well.



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