Member since
01-15-2019
11
Posts
0
Kudos Received
0
Solutions
09-24-2024
10:16 AM
1 Kudo
I too faced the same issue, I enabled stickyness on my Load balancer targetGroup and it worked!! Hompe thims hempls...
... View more
02-12-2021
12:10 AM
This solution will not work. The failure flow does not go to next putDatabaseRecord processor because the error is exception. Failure flow files will go nowhere
... View more
10-22-2020
04:18 PM
@mburgess Helpful information shared. I am using Nifi 1.7.1 For my case, the incremental fetching does not seem to work correctly. All records gets ingested from the database but do not make it all the way to the destination. Processor used is GenerateTableFetch then Execute SQL and the other corresponding processors down the data processing flow. Record id is captured correctly on the GenerateTableFetch property state and its up to date as the record id from the source (db). However, it will still miss some records when processing the files making the number of records on the destination out of sync with the source from the db. Am i missing something, Would scheduling times for fetching help and how can I do that?
... View more
02-20-2019
10:44 PM
1 Kudo
I left an answer to your SO post, basically there is a bug or two preventing BLOB transfer from source to target DBs, but I presented a possible workaround.
... View more
02-15-2019
07:55 PM
@Matt Burgess Thank you.
... View more