Description
I sometimes see issues with removing the FileStore directory on Windows:
Unable to delete file: target\..\filestore\manifest
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.