Re: Broken pipe write failed errors

2021-05-29 Thread David Handermann
Hi Robert, It would be helpful to know the settings for the Read Timeout and Idle Timeout properties on the InvokeHTTP processors. If you have access to the remote service being called, it would also be interesting to know if there are timeouts on that side of the connection. NiFi 1.13.2

Re: Broken pipe write failed errors

2021-05-29 Thread Joe Witt
K. We have seen specific jvm versions causing issues with socket handling. But had not seen it on Java 11 though may be possible. Is there a full stack trace? On Sat, May 29, 2021 at 12:00 PM Robert R. Bruno wrote: > We upgraded to java 11 when we upgrade to 1.13.2 we were on java 8 with >

Re: Broken pipe write failed errors

2021-05-29 Thread Robert R. Bruno
We upgraded to java 11 when we upgrade to 1.13.2 we were on java 8 with 1.9.2. On Sat, May 29, 2021, 14:21 Joe Witt wrote: > What JVM are you using? > > Thanks > > On Sat, May 29, 2021 at 11:16 AM Juan Pablo Gardella < > gardellajuanpa...@gmail.com> wrote: > >> Not related to Nifi, but I faced

Re: Broken pipe write failed errors

2021-05-29 Thread Joe Witt
What JVM are you using? Thanks On Sat, May 29, 2021 at 11:16 AM Juan Pablo Gardella < gardellajuanpa...@gmail.com> wrote: > Not related to Nifi, but I faced the same type of issue for endpoints > behind a proxy which takes more than 30 seconds to answer. Fixed by > replacing Apache Http client

Re: Broken pipe write failed errors

2021-05-29 Thread Juan Pablo Gardella
Not related to Nifi, but I faced the same type of issue for endpoints behind a proxy which takes more than 30 seconds to answer. Fixed by replacing Apache Http client by OkHttp. I did not investigate further, just simply replaced one library by another and the error was fixed. Juan On Sat, 29

Broken pipe write failed errors

2021-05-29 Thread Robert R. Bruno
I wanted to see if anyone has any ideas on this one. Since upgrading to 1.13.2 from 1.9.2 we are starting to see broken pipe (write failed) errors from a few invokeHttp processers. It is happening to processors talking to different endpoints, so I am suspecting it is on the nifi side. We are