Michael Dürig created OAK-4895:
----------------------------------
Summary: FileStore cleanup should not leak out file handles
Key: OAK-4895
URL: https://issues.apache.org/jira/browse/OAK-4895
Project: Jackrabbit Oak
Issue Type: Improvement
Components: segment-tar
Reporter: Michael Dürig
Assignee: Michael Dürig
Fix For: Segment Tar 0.0.14
{{FileStore.cleanup()}} currently returns a list of {{File}} instances relying
on the caller to remove those files. This breaks encapsulation as the file
store is the sole owner of these files and only the file store should be
removing them.
I suggest to replace the current cleanup method with one that returns {{void}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)