Andreas Koch created NIFI-13967:
-----------------------------------
Summary: Missing Drop Event at SplitText processor
Key: NIFI-13967
URL: https://issues.apache.org/jira/browse/NIFI-13967
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Affects Versions: 2.0.0-M4
Reporter: Andreas Koch
Attachments: image-2024-11-05-14-16-42-344.png
In my flow the SplitText processor is configured to split at 8000 lines and
header line available. When processing a FlowFile with only 1 line, 3 events
get created: CLONE, FORK and DROP. The DROP is for the FORK. I'm missing a DROP
event for the cloned FlowFile. Not sure if this is a bug or be design:
!image-2024-11-05-14-16-42-344.png|width=261,height=400!
Based on the provenance events I need to compute if a FlowFile with all it's
children is processed in the flow.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)