You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/03/18 14:48:00 UTC

[jira] [Commented] (NIFI-7258) Overflow in PutAzureEventHub when not configured correctly

    [ https://issues.apache.org/jira/browse/NIFI-7258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17061779#comment-17061779 ] 

ASF subversion and git services commented on NIFI-7258:
-------------------------------------------------------

Commit 53ca44d9625dc7681d717d332c893bb50517224a in nifi's branch refs/heads/support/nifi-1.11.x from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=53ca44d ]

NIFI-7258 - fix overflow in PutAzureEventHub when not configured correctly

Signed-off-by: Pierre Villard <pi...@gmail.com>

This closes #4146.


> Overflow in PutAzureEventHub when not configured correctly
> ----------------------------------------------------------
>
>                 Key: NIFI-7258
>                 URL: https://issues.apache.org/jira/browse/NIFI-7258
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Pierre Villard
>            Priority: Major
>             Fix For: 1.12.0, 1.11.4
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When PutAzureEventHub is not correctly configured, the processor will keep retrying without yielding causing resources consumption on the NiFi node. The log message is also not correctly formatted:
> {code:java}
> 2020-03-16 15:53:25,613 ERROR [Timer-Driven Process Thread-5] o.a.n.p.azure.eventhub.PutAzureEventHub PutAzureEventHub[id=e346dfcc-0170-1000-ffff-ffffad338113] Failed to create EventHubClient due to com.microsoft.azure.eventhubs.CommunicationException: A communication error has occurred. This may be due to an incorrect host name in your connection string or a problem with your network connection.: {}
> 2020-03-16 15:53:25,613 ERROR [Timer-Driven Process Thread-5] o.a.n.p.azure.eventhub.PutAzureEventHub PutAzureEventHub[id=e346dfcc-0170-1000-ffff-ffffad338113] Failed to process session due to org.apache.nifi.processor.exception.ProcessException: com.microsoft.azure.eventhubs.CommunicationException: A communication error has occurred. This may be due to an incorrect host name in your connection string or a problem with your network connection.: org.apache.nifi.processor.exception.ProcessException: com.microsoft.azure.eventhubs.CommunicationException: A communication error has occurred. This may be due to an incorrect host name in your connection string or a problem with your network connection.
> 2020-03-16 15:53:25,617 ERROR [Timer-Driven Process Thread-5] o.a.n.p.azure.eventhub.PutAzureEventHub PutAzureEventHub[id=e346dfcc-0170-1000-ffff-ffffad338113] Failed to create EventHubClient due to com.microsoft.azure.eventhubs.CommunicationException: A communication error has occurred. This may be due to an incorrect host name in your connection string or a problem with your network connection.: {}
> {code}



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