Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

NIFI ExecuteSQL processor is returning duplicate in random

avatar
Explorer

Hi,

 

Nifi 1.9.2, single node, single cluster.

 

I am using 5 ExecuteSql processor to bulk collect records from Oracle DB.

(each select query suppose to pick separate set of one fifth of total volume, logic is based on MOD function).

Predecessor for all the executesql processors is same (generateflowfile processor).

 

ExecuteSql processors are configured as ("TIMER Driven", concurrent task=40, run schedule=30 sec, "maximum rows per flowfile"=500 and "output batch size"=1).

We are starting the nifi flow, then generateflowfile processor is generating one flow file which is triggering executeSql processors.

 

But randomly in some of the runs, data is getting duplicated. 

 

Not sure if this is the issue with concurrent tasks or timer driven property.

Please help.

1 ACCEPTED SOLUTION

avatar
Explorer

Please ignore. Problem was not in the configurations. 

View solution in original post

2 REPLIES 2

avatar
Explorer

Please ignore. Problem was not in the configurations. 

avatar
Explorer

Hi,

What was the solution for this issue in not having duplicate records when using ExecuteSql in Nifi. how to avoid the duplicate records. My flow is ExecuteSql --> PutDatabaseREcords.

 

Thanks