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 "Alex Parvulescu (JIRA)" <ji...@apache.org> on 2017/01/13 15:46:26 UTC

[jira] [Resolved] (OAK-5416) Async reindex of a sync property does't release created checkpoint

     [ https://issues.apache.org/jira/browse/OAK-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Parvulescu resolved OAK-5416.
----------------------------------
    Resolution: Fixed

fixed with http://svn.apache.org/viewvc?rev=1778620&view=rev

I opted to not add any cleanup support. that can already be done via the CheckpointManager mbean, so I only updated the docs with what needs to be done in the case of a failed async reindex. If this does not suffice we can have another look at the resiliency aspect later.

> Async reindex of a sync property does't release created checkpoint
> ------------------------------------------------------------------
>
>                 Key: OAK-5416
>                 URL: https://issues.apache.org/jira/browse/OAK-5416
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: core
>            Reporter: Alex Parvulescu
>            Assignee: Alex Parvulescu
>            Priority: Minor
>             Fix For: 1.5.18
>
>         Attachments: OAK-5416.patch, OAK-5416-v2.patch, OAK-5416-v3.patch
>
>
> Async reindex of a property index creates a checkpoint to use as a reference, but it fails to clean it up when done. In the usual reindexing scenario the async indexer needs to keep the created checkpoint as a reference for subsequent runs, but this is a 'one off' case, so cleanup of this reference checkpoint must also happen at the end of the cycle.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)