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 "Valentin Olteanu (JIRA)" <ji...@apache.org> on 2015/12/07 12:06:11 UTC

[jira] [Commented] (OAK-3694) As a user, I want to know when a node that I've created has been indexed.

    [ https://issues.apache.org/jira/browse/OAK-3694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15044760#comment-15044760 ] 

Valentin Olteanu commented on OAK-3694:
---------------------------------------

[~chetanm], as discussed during the oakathon, I've updated the story with the requirements. Thierry had proposed a solution on OAK-3606, but please comment with any idea that you have on this. 
It would be really helpful to have this done in a reliable way. 
Thanks!

> As a user, I want to know when a node that I've created has been indexed.
> -------------------------------------------------------------------------
>
>                 Key: OAK-3694
>                 URL: https://issues.apache.org/jira/browse/OAK-3694
>             Project: Jackrabbit Oak
>          Issue Type: Story
>            Reporter: Valentin Olteanu
>
> As a user, I want to know when a node that I've created has been indexed so that I can start using it.
> Generalization: As a user, I want to know when everything created before timestamp T0 has been indexed. 
> Ideal solution: MBean operation {{bool isIndexedBefore(long timestamp)}} that returns {{true}} if everything created before {{timestamp}} has been indexed (by all indexers).
> Current options: 
> # check IndexStatsMBean for Start and Done to determine if a cycle has started after adding the node and has finished. Issue: there can be multiple async indexers. OAK-3606 proposes a solution.
> # add a node and search for it until it is retrieved. Issue: must add different nodes for different indexers and wait for all. 
> These options are not precise (give false positives) and are not resilient to changes in indexing strategy (e.g. adding one more indexer breaks the checks). 



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