You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Amit Jain (JIRA)" <ji...@apache.org> on 2017/12/08 06:19:00 UTC

[jira] [Created] (OAK-7038) Make deletion of temp files resilient in some common utility methods

Amit Jain created OAK-7038:
------------------------------

             Summary: Make deletion of temp files resilient in some common utility methods
                 Key: OAK-7038
                 URL: https://issues.apache.org/jira/browse/OAK-7038
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: commons
            Reporter: Amit Jain
            Assignee: Amit Jain
             Fix For: 1.7.13, 1.8


FileIOUtils#append and ExternalSort#mergeSortedFiles delete temp files outside of the finally block which would cause the temp files to pile up in case of errors. These deletions should be moved to the finally block.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)