Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

PutDatabaseRecord, when insert fails due to data too long for column it is going to retry instead of failue.

avatar
New Contributor

PutDatabaseRecord, when insert fails due to "data too long for the column," is going to retry instead of failure. The database is MySQL. Because of this, it keeps trying endlessly. Why it is not going to failure

 

 

2 REPLIES 2

avatar

@prakashrulez This sounds like a job for new nifi relationship feature.

 

Screen Shot 2023-01-23 at 9.40.43 AM.png

 

This feature allows you to indicate the number of retries before a failure.

avatar
New Contributor

Thanks for the reply, your solution talks about how to handle retry gracefully.

However, the point is why it will retry when "data too long for the column," when it should fail.