Thomas Mueller created OAK-11729:
------------------------------------
Summary: If the indexing lane is behind, we should allow catch up
of a non-failing lane
Key: OAK-11729
URL: https://issues.apache.org/jira/browse/OAK-11729
Project: Jackrabbit Oak
Issue Type: Improvement
Components: indexing
Reporter: Thomas Mueller
Assignee: Thomas Mueller
Right now we can only force catch-up of a non-failing lane:
{noformat}
if (!this.isFailing()) {
String msg = "The lane is not failing. This operation should only be
performed if the lane is failing, it should first be allowed to catch up on its
own.";
log.warn(msg);
return msg;
} {noformat}
This logic prevents to force catch up of a lane that is just behind, without
being marked as failed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)