Gregory M. Foreman created NIFI-12117: -----------------------------------------
Summary: JoltTransformJSON exception with json strings over 20MB Key: NIFI-12117 URL: https://issues.apache.org/jira/browse/NIFI-12117 Project: Apache NiFi Issue Type: Bug Affects Versions: 1.23.2 Reporter: Gregory M. Foreman The following exception is thrown when attempting to process JSON string content greater than 20 MB: {code:java} JoltTransformJSON[id=a9fca990-018a-1000-0000-00006e33ec9a] JSON parsing failed for FlowFile[filename=07ddb61f-a581-4de9-932d-4cbdf3ef2b52]: com.bazaarvoice.jolt.exception.JsonUnmarshalException: Unable to unmarshal JSON to an Object.- Caused by: com.fasterxml.jackson.core.exc.StreamConstraintsException: String length (20051112) exceeds the maximum length (20000000) {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)