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 GitHub Bot (JIRA)" <ji...@apache.org> on 2016/11/19 21:55:59 UTC

[jira] [Commented] (NIFI-3061) PutAzureEventHub blocks after network interruption

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

ASF GitHub Bot commented on NIFI-3061:
--------------------------------------

GitHub user jfrazee opened a pull request:

    https://github.com/apache/nifi/pull/1250

    NIFI-3061 PutAzureEventHub blocks after network interruption

    This change maintains status quo and does not enable the existing unit tests. The change was tested against [NIFI-3061.xml](https://gist.github.com/jfrazee/6820ec854974df88519f99b3388a0874) though. As mentioned in [NIFI-3070](https://issues.apache.org/jira/browse/NIFI-3070), there isn't a good way to provide meaningful unit tests so integration tests should be added as a new improvement.
    
    - [X] Is there a JIRA ticket associated with this PR? Is it referenced 
         in the commit message?
    - [X] Does your PR title start with NIFI-XXXX where XXXX is the JIRA number you are trying to resolve? Pay particular attention to the hyphen "-" character.
    - [X] Has your PR been rebased against the latest commit within the target branch (typically master)?
    - [X] Is your initial contribution a single, squashed commit?
    - [X] Have you ensured that the full suite of tests is executed via mvn -Pcontrib-check clean install at the root nifi folder?
    - [ ] Have you written or updated unit tests to verify your changes?

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jfrazee/nifi NIFI-3061

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/1250.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1250
    
----
commit e67548fb804fbfd35dcd77886d47a0c38e0353c0
Author: Joey Frazee <jo...@icloud.com>
Date:   2016-11-19T21:25:19Z

    Bumped azure-eventhubs version to 0.9.0

----


> PutAzureEventHub blocks after network interruption
> --------------------------------------------------
>
>                 Key: NIFI-3061
>                 URL: https://issues.apache.org/jira/browse/NIFI-3061
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Joey Frazee
>            Assignee: Joey Frazee
>            Priority: Minor
>
> PutAzureEventHub will block after a network interruption due to a bug in the underlying azure-eventhubs [1] and qpid-proton [2] libraries. This was fixed in proton 0.15.0 and event hubs 0.9.0 so the NiFi dependency needs to be bumped from 0.7 to 0.9.
> The errors are:
> o.a.n.controller.StandardProcessorNode Timed out while waiting for OnScheduled of 'PutAzureEventHub' processor to finish.
> servicebus.trace UnHandled exception while processing events in reactor: java.lang.IllegalArgumentException
> 1. https://github.com/Azure/azure-event-hubs-java/issues/18
> 2. https://issues.apache.org/jira/browse/PROTON-1275



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)