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]
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.
Created 12-18-2019 04:35 PM
Please ignore. Problem was not in the configurations.
Created 12-18-2019 04:35 PM
Please ignore. Problem was not in the configurations.
Created 05-20-2020 03:02 PM
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