GitHub user olegz opened a pull request:

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

    NIFI-1099 fixed the handling of InterruptedException

    In many places current code simply swallows InterruptedException without 
allowing
    calling thread to be notified  of the interrupt. We should not be doing 
this as it could lead to
    various side-effects (e.g., Thread pool waiting for completion of the 
interrupted task, a completion that).

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

    $ git pull https://github.com/olegz/nifi NIFI-1099

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

    https://github.com/apache/nifi/pull/115.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 #115
    
----
commit a15b44485f4f062f0bfae5bed70c9566b5932649
Author: Oleg Zhurakousky <o...@suitcase.io>
Date:   2015-11-05T18:29:13Z

    NIFI-1099 dixed the handling of InterruptedException
    In many places current code simply swallows InterruptedException without 
allowing
    calling thread to be notified  of the interrupt. We should not be doing 
this as it could lead to
    various side-effects (e.g., Thread pool waiting for completion of the 
interrupted task, a completion that).

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to