You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2014/06/30 11:53:24 UTC

[jira] [Created] (OAK-1927) TarMK compaction delays journal updates

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)