[
https://issues.apache.org/jira/browse/NIFI-13996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897292#comment-17897292
]
Daniel Stieglitz edited comment on NIFI-13996 at 11/11/24 10:43 PM:
--------------------------------------------------------------------
So far I was able to identify and correct TestPutSQL<some uuid>, zeroByte<some
long number>.txt , three files named with current system milliseconds and
poifiles. But for the following I was able to identify where they are created
but I am unsure how get them to delete on exit:
* operationId<some long number> files are created in
TransferDebugOperationHandler line 147
* InvokeHTTP<some long number> is created in InvokeHttp on line 1288-1290
was (Author: JIRAUSER294662):
So far I was able to identify and correct TestPutSQL<some uuid>, zeroByte<some
long number>.txt , three files named with current system milliseconds and
poifiles.
operationId<some long number> files are created in
TransferDebugOperationHandler line 147 and InvokeHTTP<some long number> is
created in InvokeHttp on line 1288-1290 but does not delete on exit. I am not
sure how get these to delete on exit.
> Files being created in /tmp during a build not cleaned up afterwards
> --------------------------------------------------------------------
>
> Key: NIFI-13996
> URL: https://issues.apache.org/jira/browse/NIFI-13996
> Project: Apache NiFi
> Issue Type: Improvement
> Affects Versions: 2.0.0
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
>
> There seems to be quite a few directories and files created but never deleted
> after running a 2.X build.
> Files where there are numerous instances of
> # zookeeper.configuration<some long number>.properties
> # org.codehaus.plexus.compiler.javac.JavacCompiler<some long number>arguments
> # org.apache.nifi.processors.groovyx.ExecuteGroovyScriptTest<some long
> number>.tmp
> # <some uuid>.tmp
> # Three files named with current system milliseconds
> Directories
> # InvokeHTTP<some long number>
> # operationId<some long number>
> # poifiles
> Single instance files
> # TestPutSQL<some uuid>
> # zeroByte<some long number>.txt
--
This message was sent by Atlassian Jira
(v8.20.10#820010)