[
https://issues.apache.org/jira/browse/OAK-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14718312#comment-14718312
]
Julian Reschke commented on OAK-3294:
-------------------------------------
It seems this change breaks unit tests on Windows:
gc[0](org.apache.jackrabbit.oak.plugins.segment.SegmentDataStoreBlobGCTest)
Time elapsed: 32.683 sec <<< ERROR!
java.io.IOException: Unable to delete file:
target\DataStoreBlobGCTest\journal.log
at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2279)
at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1653)
at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1535)
at
org.apache.jackrabbit.oak.plugins.segment.SegmentDataStoreBlobGCTest.close(SegmentDataStoreBlobGCTest.java:241)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
etc.
> Read-only live FileStore implementation
> ---------------------------------------
>
> Key: OAK-3294
> URL: https://issues.apache.org/jira/browse/OAK-3294
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: segmentmk
> Reporter: Alex Parvulescu
> Assignee: Alex Parvulescu
> Priority: Minor
> Fix For: 1.3.5
>
> Attachments: OAK-3294.patch
>
>
> Having a read-only FileStore able to work on a running (live) FileStore would
> open the door for some interesting data collection & debugging tools that no
> longer need the repository to be shut down.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)