Nissim Shiman created NIFI-10154:
------------------------------------
Summary: ReplaceText processor AdminYields on flowfile containing
long line of nulls
Key: NIFI-10154
URL: https://issues.apache.org/jira/browse/NIFI-10154
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.15.3
Reporter: Nissim Shiman
Assignee: Nissim Shiman
When ReplaceText processor's Evaluation Mode property is set to Line-by-Line
and
the line's size is greater than Maximum Buffer Size
and
the line has many null characters
flowfile will not go to failure relationship but will remain in input queue and
give:
{code:java}
Failed to process session due to java.nio.BufferOverflowException;
Processor Administratively Yielded for 1 sec: java.nio.BufferOverflowException
{code}
Using attached file with the settings above will reproduce this issue
--
This message was sent by Atlassian Jira
(v8.20.7#820007)