[
https://issues.apache.org/jira/browse/OAK-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14079098#comment-14079098
]
Alex Parvulescu edited comment on OAK-2001 at 7/30/14 9:23 AM:
---------------------------------------------------------------
a new issue popped up after applying this patch (trace relative to 1.0 branch):
{code}
java.util.ConcurrentModificationException
at java.util.LinkedList$ListItr.checkForComodification(Unknown Source)
at java.util.LinkedList$ListItr.remove(Unknown Source)
at
org.apache.jackrabbit.oak.plugins.segment.file.FileStore.flush(FileStore.java:365)
at
org.apache.jackrabbit.oak.plugins.segment.file.FileStore$1.run(FileStore.java:234)
at java.lang.Thread.run(Unknown Source)
at
org.apache.jackrabbit.oak.plugins.segment.file.BackgroundThread.run(BackgroundThread.java:63)
{code}
was (Author: alex.parvulescu):
a new issue popped up after applying this patch (trace relative to 1.0 branch):
{code}
java.util.ConcurrentModificationException
at java.util.LinkedList$ListItr.checkForComodification(Unknown Source)
at java.util.LinkedList$ListItr.remove(Unknown Source)
at org.apache.jackrabbit.oak.plugins.segment.file.FileStore.flush(FileSt
ore.java:365)
at org.apache.jackrabbit.oak.plugins.segment.file.FileStore$1.run(FileSt
ore.java:234)
at java.lang.Thread.run(Unknown Source)
at org.apache.jackrabbit.oak.plugins.segment.file.BackgroundThread.run(B
ackgroundThread.java:63)
(code}
> TarMk compaction can still cause repository growth
> --------------------------------------------------
>
> Key: OAK-2001
> URL: https://issues.apache.org/jira/browse/OAK-2001
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: segmentmk
> Affects Versions: 1.0, 1.0.4
> Reporter: Alex Parvulescu
> Assignee: Alex Parvulescu
>
> It looks like an issue with the way the Compactor handles NodeBuilders in
> cases where there are changes on the content tree.
--
This message was sent by Atlassian JIRA
(v6.2#6252)