i'm using the listenhttp process to receive a file from another entity. i can't seem to get past 500MB on the filesize without nifi triggering an Early EOF error
I've tried setting the "Max Unconfirmed Flowfile" and "Request Time Out" to 600 seconds, but that doesn't seem to have made a difference. is there some other timer at play that i need to adjust? The other entity has the ability to send files over 2GB in size, so i don't think that's the issue. and i can get files smaller then 500MB without issue. is there some other debug i can turn on that might give me a clue as to what's going on? the other problem is when the Early EOF is triggered, nifi is leaving stale files behind in the content_repository directory of the failed files, is there some mechanism to stop that or clean up the failed files?