Konrad Windszus created OAK-9636:
------------------------------------
Summary: FileWriter not closed in LocalManifestFile
Key: OAK-9636
URL: https://issues.apache.org/jira/browse/OAK-9636
Project: Jackrabbit Oak
Issue Type: Bug
Affects Versions: 1.40.0
Reporter: Konrad Windszus
I sometimes see issues with removing the FileStore directory on Windows:
{code}
Unable to delete file: target\..\filestore\manifest
{code}
To me this looks like an issue with
https://github.com/apache/jackrabbit-oak/blob/c6ddcc55bee3de915459af01e91edad32d538f3d/oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/file/LocalManifestFile.java#L57
not closing the FileWriter.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)