Michael Dürig created OAK-2192:
----------------------------------
Summary: Concurrent commit during compaction results in mixed
segments
Key: OAK-2192
URL: https://issues.apache.org/jira/browse/OAK-2192
Project: Jackrabbit Oak
Issue Type: Bug
Components: core
Reporter: Michael Dürig
Assignee: Michael Dürig
Changes that are committed during a segment store compaction run will be
compacted on top of the already compacted changes. However the compactor uses
the wrong before state in this case. Instead of compacting against the
compacted before state it uses the un-compacted before state. The resulting
state will thus contain references to un-compacted state, making those not
eligible for later clean up.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)