Jukka Zitting created OAK-1927:
----------------------------------
Summary: TarMK compaction delays journal updates
Key: OAK-1927
URL: https://issues.apache.org/jira/browse/OAK-1927
Project: Jackrabbit Oak
Issue Type: Bug
Components: core, segmentmk
Affects Versions: 1.0.1
Reporter: Jukka Zitting
Priority: Critical
The compaction operation gets currently invoked from the TarMK flush thread,
which is a bit troublesome as the operation can take some while during which
the flush thread won't be able to persist the latest updates to the journal
file.
To avoid this problem, the compaction operation should be performed in a
separate background thread.
--
This message was sent by Atlassian JIRA
(v6.2#6252)