Relative Content

Tag Archive for apache-nifi

Flowfile is currently penalized in Apache NiFI between ExtractText and PutSQL processors in NiFi

I have a requirement to read say name of users from a file(all in new lines) and insert to Database(oracle).
I am using GetFile->SplitText->ExtractText->PutSql in NiFi. All works fine for less records(around 10 records). But when I try it for 50 or 100 plus records, the connection between ExtractText and PutSql, I am getting “A flowfile is currently penalized and data can not be processed at this time”. Also all flowfiles remain in queue.