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!

GetSFTP reporting Processing Failed

avatar
Contributor

Hello,
I have a 3 nodes cluster environment running Nifi version 1.29.  Nifi logs are sync to Elastic Search; I noticed that GetSFTP is reporting Processing Failed multiple times.  It appears the processor recover on its own for example from January 1st to present reported 392 times events.   I'm trying to identify, why this is occurring as the log doesn't show much beside that message.    Any idea why this is occurring?

Example of message:
GetSFTP[id=633332e2-0ad4-17db-85d0-2ec76b7a49bc] Processing failed

Thanks!

1 REPLY 1

avatar
Master Collaborator

Hello @jame1997

Thanks for being part of our community. 

Is that all the message you have on the logs? Have you checked directly on the nifi-app.log? 
Usually those messages include more details or traces that show some reason of the failure. 

If needed, maybe you can add DEBUG level to that processor so we can get more details when it fails. 
On the logback.xml and under </configuration> add this line: 

<logger name="org.apache.nifi.processors.standard.GetSFTP" level="DEBUG"/>

Then monitor for the next failure, collect the logs and rollback the change. 


Regards,
Andrés Fallas
--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs-up button.