[GitHub] [nifi] MormonJesus69420 commented on pull request #7184: NIFI-11472 Make PutFTP processor more multithread friendly

2023-04-25 Thread via GitHub
MormonJesus69420 commented on PR #7184: URL: https://github.com/apache/nifi/pull/7184#issuecomment-1521368398 Hi, I see that the PR is already closed, but thought I might add the example where we tested running PutFTP processor using 1 and 2 concurrent tasks. As long as we were able to

[GitHub] [nifi] MormonJesus69420 commented on pull request #7184: NIFI-11472 Make PutFTP processor more multithread friendly

2023-04-21 Thread via GitHub
MormonJesus69420 commented on PR #7184: URL: https://github.com/apache/nifi/pull/7184#issuecomment-1517320690 Strange, I don't understand why it failed on the Windows action. I don't have the ability to test it on Windows either, since we use Linux for development at work. Also my branch

[GitHub] [nifi] MormonJesus69420 commented on pull request #7184: NIFI-11472 Make PutFTP processor more multithread friendly

2023-04-20 Thread via GitHub
MormonJesus69420 commented on PR #7184: URL: https://github.com/apache/nifi/pull/7184#issuecomment-1516261028 I am sorry, I managed to make the most basic mistake in such a small change, I forgot to add a `!` to the `setWorkingDirectory(remoteDirectory)` method call. -- This is an

[GitHub] [nifi] MormonJesus69420 commented on pull request #7184: NIFI-11472 Make PutFTP processor more multithread friendly

2023-04-20 Thread via GitHub
MormonJesus69420 commented on PR #7184: URL: https://github.com/apache/nifi/pull/7184#issuecomment-1516223097 Hi @arpadboda I might not have described it so well, but the issue we face is when we configure processor to run several concurrent tasks. ![Concurrent tasks setting in