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 <rbru...@gmail.com> wrote:

> 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 <joe.w...@gmail.com> 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 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 May 2021 at 15:08, Robert R. Bruno <rbru...@gmail.com> wrote:
>>>
>>>> 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 now using load balanced queues
>>>> throughout our flow.  Is it possible we are hitting a http connection
>>>> resource issue or something like that? A total guess I'll admit.
>>>>
>>>> If this could be it, does anyone know which parameter(s) to play with
>>>> in the properties file?  I know there is one setting for jetty threads and
>>>> another for max concurrent requests, but it isn't quite clear to me of they
>>>> are at all involved with invokeHttp calls.
>>>>
>>>> Thanks in advance!
>>>>
>>>> Robert
>>>>
>>>

Reply via email to