GitHub user mcgilman opened a pull request:
https://github.com/apache/nifi/pull/2511
NIFI-4925: Ranger Authorizer Memory Leak
NIFI-4925:
- Addressing memory leak from lingering authorization results that did not
represent actual access attempts.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcgilman/nifi NIFI-4925
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2511.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 #2511
----
commit d8e79a9427bb36f39290feb85ae908e8426f245a
Author: Matt Gilman <matt.c.gilman@...>
Date: 2018-03-02T21:24:34Z
NIFI-4925:
- Addressing memory leak from lingering authorization results that did not
represent actual access attempts.
----
---