Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.0.0-M4
-
None
-
None
Description
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:
Based on the provenance events I need to compute if a FlowFile with all it's children is processed in the flow.