Amrit Verma created OAK-9649:
--------------------------------
Summary: 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
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)