[
https://issues.apache.org/jira/browse/NIFI-12127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17769583#comment-17769583
]
ASF subversion and git services commented on NIFI-12127:
--------------------------------------------------------
Commit 850959dd17b275cbaf1191bbdcbcfb4e0f6e9355 in nifi's branch
refs/heads/support/nifi-1.x from Bryan Bende
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=850959dd17 ]
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: 20m
> 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)