...I am confident far larger objects are sent via this mechanism reliably. Can you share what happens on the nifi side specifically? There should be a stack trace and log entry for this in the logs.
What are the settings you have in NiFi for this processor? How much storage space does your content repository have access to? Thanks On Thu, Aug 6, 2020 at 9:09 AM Michael Di Domenico <mdidomeni...@gmail.com> wrote: > 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? >