Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Sometimes 'Generate flow file' processor is generating 2 flow files

avatar
Visitor

I need to trigger 'execute stream command'. So i am using 'generate flow file' processor to generate random flow file which will trigger 'execute stream command'.

But sometimes it is generating 2 flow files which results in execution of job twice.

I have also scheduled the 'generate flow file' processor

can somebody explain me how to overcome this issue.

1 ACCEPTED SOLUTION

avatar

@James Singh

Are you using CRON Scheduling for the generate flowfile processor? If so, you could be hitting; https://issues.apache.org/jira/browse/NIFI-3242

The fix for NIFI-3242 is included in HDF3.2

View solution in original post

2 REPLIES 2

avatar

@James Singh

Are you using CRON Scheduling for the generate flowfile processor? If so, you could be hitting; https://issues.apache.org/jira/browse/NIFI-3242

The fix for NIFI-3242 is included in HDF3.2

avatar
Visitor

Thanks Jonathan.