GitHub user mcgilman opened a pull request:
https://github.com/apache/nifi/pull/2455
NIFI-4837: Addressing thread leak in HandleHTTPRequest
NIFI-4837:
- When Jetty initializes fails, performing a shutdown sequence to ensure
all allocated resources are released.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcgilman/nifi NIFI-4837
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2455.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 #2455
----
commit 535fadab4830de0634617eb66698fc9204987b69
Author: Matt Gilman <matt.c.gilman@...>
Date: 2018-02-07T18:52:02Z
NIFI-4837:
- When Jetty initializes fails, performing a shutdown sequence to ensure
all allocated resources are released.
----
---