[
https://issues.apache.org/jira/browse/OAK-9636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konrad Windszus resolved OAK-9636.
----------------------------------
Resolution: Fixed
Fixed in
https://github.com/apache/jackrabbit-oak/commit/6b9026ec698b7e762e2126a9d5d6875d0934a896
> 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
> Priority: Major
> Fix For: 1.42.0
>
>
> 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)