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 "Amrit Verma (Jira)" <ji...@apache.org> on 2022/01/18 06:30:00 UTC

[jira] [Resolved] (OAK-9649) Improve multithreaded download retry strategy during indexing

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

Amrit Verma resolved OAK-9649.
------------------------------
    Fix Version/s: 1.44.0
       Resolution: Fixed

> Improve multithreaded download retry strategy during indexing
> -------------------------------------------------------------
>
>                 Key: OAK-9649
>                 URL: https://issues.apache.org/jira/browse/OAK-9649
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: indexing
>            Reporter: Amrit Verma
>            Assignee: Amrit Verma
>            Priority: Major
>             Fix For: 1.44.0
>
>
> Currently while resuming download after a failure, the process has to again download some documents from mongo, since we restart download from the document which has same _modified as the last downloaded document. 
> To improve this, we should use _id of the last downloaded document and continue from the next document since we already have a combined index on _modified and _id.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)