You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (Jira)" <ji...@apache.org> on 2020/07/28 17:12:01 UTC

[jira] [Created] (NIFI-7683) ReplaceText with multiple concurrency tasks can result in data corruption

Mark Payne created NIFI-7683:
--------------------------------

             Summary: ReplaceText with multiple concurrency tasks can result in data corruption
                 Key: NIFI-7683
                 URL: https://issues.apache.org/jira/browse/NIFI-7683
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
            Reporter: Mark Payne
             Fix For: 1.12.0


ReplaceText, when scheduled to run with multiple Concurrent Tasks, and using a Replacement Strategy of "Regular Expression" or "Literal Replace" can result in content being corrupted by sharing a single buffer (byte[]) between threads.



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