exceptionfactory commented on PR #10124: URL: https://github.com/apache/nifi/pull/10124#issuecomment-3123504978
> GetSFTP running pretty good. When I stopped it these errors popped up `GetSFTP[id=4845a659-0198-1000-84fc-c061c752d23f] Failed to remove remote file /home/apachenifi/SFTP-test/7191fa9b-a7c7-4020-b44b-ec315f5e5c71 due to No such file or directory [/home/apachenifi/SFTP-test/7191fa9b-a7c7-4020-b44b-ec315f5e5c71] on remote system. This file may be duplicated in a subsequent run: java.io.FileNotFoundException: No such file or directory [/home/apachenifi/SFTP-test/7191fa9b-a7c7-4020-b44b-ec315f5e5c71] on remote system` > > Any threading issue? Interesting scenario, is `GetSFTP` configured with more than one Concurrent Task? The SFTP remove command runs in the asynchronous callback from the Process Session commit invocation. This aspect of processing behavior should not have changed, so it would be interesting to know if this could be reproduced prior to the current set of changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
