You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2016/10/19 16:23:03 UTC

[jira] [Updated] (TIKA-1738) ForkClient does not always delete temporary bootstrap jar

     [ https://issues.apache.org/jira/browse/TIKA-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated TIKA-1738:
------------------------------------
    Fix Version/s:     (was: 1.14)
                   1.15

> ForkClient does not always delete temporary bootstrap jar
> ---------------------------------------------------------
>
>                 Key: TIKA-1738
>                 URL: https://issues.apache.org/jira/browse/TIKA-1738
>             Project: Tika
>          Issue Type: Bug
>          Components: core
>         Environment: Windows 10
>            Reporter: Yaniv Kunda
>            Priority: Minor
>             Fix For: 1.15
>
>         Attachments: TIKA-1738.patch
>
>
> ForkClient creates a new temporary bootstrap jar each time it's instantiated, and tries to delete it in the {{close()}} method, after destroying the process.
> Possibly a Windows-specific behavior, the OS seem to still hold a handle to the file a bit after the process is destroyed, causing the delete() method to do nothing.
> This is recreated by simply running ForkParserTest on my machine.
> In a long-running process,this could fill the temp folder with many bootstrap jars that will never be deleted.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)