[
https://issues.apache.org/jira/browse/NIFI-12127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17769582#comment-17769582
]
ASF subversion and git services commented on NIFI-12127:
--------------------------------------------------------
Commit 1ac833654b826e1366353c964ee1e4023d512f13 in nifi's branch
refs/heads/main from Bryan Bende
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=1ac833654b ]
NIFI-12127 Allow Jackson's max string length to be configured on SplitJson and
EvaluateJsonPath
This closes #7794
Signed-off-by: Mike Thomsen <[email protected]>
> EvaluateJsonPath exception with JSON strings over 20 MB
> -------------------------------------------------------
>
> Key: NIFI-12127
> URL: https://issues.apache.org/jira/browse/NIFI-12127
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 1.23.2
> Reporter: Gregory M. Foreman
> Assignee: Bryan Bende
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> EvaluateJsonPath throws an exception when reading documents that contain JSON
> strings over 20 MB:
> {code:java}
> 2023-09-25 20:21:21,219 ERROR [Timer-Driven Process Thread-2]
> o.a.n.p.standard.EvaluateJsonPath
> EvaluateJsonPath[id=cdeb7d6b-018a-1000-ffff-ffffa48fe458] FlowFile
> StandardFlowFileRecord[uuid=f79f7846-18a7-4f04-8049-bc30abb17bcf,claim=StandardContentClaim
> [resourceClaim=StandardResourceClaim[id=1695672616030-8, container=content1,
> section=8], offset=0,
> length=27962063],offset=0,name=954d4b05-3748-45ac-964f-89a09bc30f27,size=27962063]
> did not have valid JSON content. {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)