[
https://issues.apache.org/jira/browse/NIFI-12127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gregory M. Foreman updated NIFI-12127:
--------------------------------------
Description:
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}
was:
EvaluateJsonPath throws an exception when processing 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}
> 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
> Priority: Major
>
> 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)