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 "Thomas Mueller (Jira)" <ji...@apache.org> on 2021/02/10 13:02:00 UTC

[jira] [Created] (OAK-9350) Index update: release the correct checkpoint

Thomas Mueller created OAK-9350:
-----------------------------------

             Summary: Index update: release the correct checkpoint
                 Key: OAK-9350
                 URL: https://issues.apache.org/jira/browse/OAK-9350
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: indexing
            Reporter: Thomas Mueller


The async index update uses checkpoints to ensure consistency: it
* 1. creates checkpoint2
* 2. indexes everything between checkpoint1 and checkpoint2
* 3. update the indexing lane to checkpoint2
If there is s a problem before step 3, the checkpoint2 is removed. That's fine.

However, if there is a problem after step 3 is complete, in some cases it also removes checkpoint2. This is incorrect, as checkpoint2 is needed.

We have seen this is the case if the node store is closed, but dispose works. See OAK-9300. So fixing that should resolve most issues. However, the current code is still not correct.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)