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)