You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Sergio Ignacio (Jira)" <ji...@apache.org> on 2021/03/01 21:40:00 UTC

[jira] [Created] (NIFI-8276) PutAzureEventHub throws TimeoutException

Sergio Ignacio created NIFI-8276:
------------------------------------

             Summary: PutAzureEventHub throws TimeoutException
                 Key: NIFI-8276
                 URL: https://issues.apache.org/jira/browse/NIFI-8276
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
    Affects Versions: 1.11.4
            Reporter: Sergio Ignacio
         Attachments: Connection_inactive.txt, TimeoutException_stacktrace.txt

We use the processor PutAzureEventHub (version 1.11.4) to insert messages. When it starts, it works fine. After a while, it returns this error:

java.util.concurrent.CompletionException: com.microsoft.azure.eventhubs.TimeoutException: Entity(***): Send operation timed out at 2021-02-26T06:59:45.382-03:00[America/Argentina/Buenos_Aires]., errorContext[NS: ***, PATH: ***, REFERENCE_ID: ***, LINK_CREDIT: ***]

 

Also in the log, we found this message:

onConnectionLocalClose hostname[***.servicebus.windows.net:5671], connectionId[***], errorCondition[amqp:connection:forced], errorDescription[The connection was inactive for more than the allowed 60000 milliseconds and is closed by container 'LinkTracker'. TrackingId:***, SystemTracker:gateway5, Timestamp:2021-02-25T13:41:04]

 

It seems that it does not retry to connect immediately when the connection was closed. This error occurs several times a day. Any ideas on how to resolve?

In attachments, I added the errors with more details.

 

Thanks!!

 
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)