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!

ExecuteSQL - Failure Relationships

avatar
Contributor

Good morning everyone,

 

I have a question regarding the Failure of the ExecuteSQL processor.

 

I would like to know if when accusing a failure in this processor I can give a Retry in the Processor with its own Failure.

 

Thanks

1 ACCEPTED SOLUTION

avatar

@leandrolinof I believe you are looking for a brand new nifi feature found in 1.16 which allows you to control failure and retry:

 


  • Framework Level Retry now supported.  For many years users build flows in various ways to make retries happen for a configured number of attempts.  Now this is easily and cleanly configured in the UI/API and simplifies the user experience and flow design considerably!  To those waiting for years for this thank you for your patience.

Reference: https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.16.0

 

You can find more about whats new in NiFi 1.16 in this video below. 

 

https://www.youtube.com/watch?v=8G6niPKntTc


Mark also shows a bit of the new retry mechanism around 11:50

View solution in original post

4 REPLIES 4

avatar

@leandrolinof I believe you are looking for a brand new nifi feature found in 1.16 which allows you to control failure and retry:

 


  • Framework Level Retry now supported.  For many years users build flows in various ways to make retries happen for a configured number of attempts.  Now this is easily and cleanly configured in the UI/API and simplifies the user experience and flow design considerably!  To those waiting for years for this thank you for your patience.

Reference: https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.16.0

 

You can find more about whats new in NiFi 1.16 in this video below. 

 

https://www.youtube.com/watch?v=8G6niPKntTc


Mark also shows a bit of the new retry mechanism around 11:50

avatar
Contributor

@steven-matison This is exactly what I needed...

 

before Nifi version 1.16 this was not possible with Failure Relationships?

 

avatar

Yes, not available before 1.16.  Definitely a great new feature!!

avatar
Contributor

@steven-matison  thank you so much.