You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Peter Radden (Jira)" <ji...@apache.org> on 2020/07/08 11:44:00 UTC

[jira] [Created] (NIFI-7613) Unpacked unique-named native libraries should be in the work directory

Peter Radden created NIFI-7613:
----------------------------------

             Summary: Unpacked unique-named native libraries should be in the work directory
                 Key: NIFI-7613
                 URL: https://issues.apache.org/jira/browse/NIFI-7613
             Project: Apache NiFi
          Issue Type: Wish
          Components: Core Framework
    Affects Versions: 1.11.4
            Reporter: Peter Radden


In AbstractNativeLibHandlingClassLoader, it copies the libraries to the system temp directory using Files.createTempFile.

These should instead be within the work directory.

(Allowing them to be managed/cleaned up by NiFi, rather than relying on the system to clean up - this is seen to fill up storage on test system)



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